Real Skill packageSource verifiedClawHub registry

Working with Emm AI

Emm AI mission control — recalls preferences, runs the recurring task cycle, manages outputs and instructions

Identity and source

Publisher attributionGreger Teigre Wedelregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 56% rule confidence
Package forminstruction with code14 recorded files
Canonical sourceClawHub registryclawhub:gregertw:working-with-emm
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/24/2026.claude/skills/working-with-emm

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/24/2026.agents/skills/working-with-emm

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/24/2026skills/working-with-emm

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @gregertw/working-with-emm
clawhub inspect @gregertw/working-with-emm --version 2.5.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
13 / 14 inspected as text
Checked
8/24/2026, 2:01:32 AM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
2 dependency and API indicators
  • api: ai.actingweb.io
  • api: clawhub.ai
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/23/2026, 4:18:22 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:62563551b5ed5dacd33621e577df043db96b8b5ffa6cafdc1df25ddcbc96f016
Show up to 14 recorded paths
  • agents/openai.yaml
  • assets/emm-small.svg
  • CHANGELOG.md
  • references/custom-categories.md
  • references/memory-best-practices.md
  • references/mission-control.md
  • references/remote-actions.md
  • references/setup.md
  • references/shared-memories.md
  • references/task-builder.md
  • references/tool-surface.md
  • scripts/manual-oauth.sh
  • skill-card.md
  • SKILL.md

Source changelog

Catch-up release covering everything from 2.1 through 2.5. - output_move: relocate a wiki document without sending its body — one document or up to 25 per call, with the ID guarantee stated per move and links in other documents repaired (2.5.0). - A troubleshooting section for missing tools, structured tool errors and client-side approval denials, plus a split-out per-tool parameter reference so the always-loaded guide stays a behavioural guide rather than a schema dump (2.4.0). - agent_run returns its standing-orders bundle again: tools now declare whether their answer is prose or structured data instead of the server guessing (2.3.0). - Breaking: status().runs.open is now a list with an accompanying open_count. Overlapping runs are supported and expected — proceed with your own run and close only the one you started; agent_run_complete(last_open=true) acts only when exactly one run is…