Install
$ agentstack add skill-ohad6k-emulo-write ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Emulo write
- Locate
emulo.pytwo directories above this skill; fall back to./emulo.pyonly for a direct repo checkout. - Store the resolved absolute runtime path as
EMULO_PY, then runpython "$EMULO_PY" plugin profile-path --domain write. - If it exits nonzero, give its exact recovery or targeted-deepen instruction and stop loading personal context.
- Read every returned path completely. The first is the core working profile; the second is the writing profile. Apply both.
- Pick the register from context; never ask. A writing profile with register sections (
## Voice laws,## Casual register,## Professional register) loads voice laws always, plus exactly one register:
- An explicit audience statement from the user ("for my boss", "make it formal") always wins.
- Otherwise infer from what is in the task: a pasted thread with a manager, client, or customer, a formal email, documentation, or official product copy selects professional; a community reply, social post, chat banter, or a builder-to-builder thread selects casual; a pasted conversation selects the register matching that thread's own audience and tone.
- State the pick in one short line ("using professional register") so it is correctable, then write; never block on register confirmation.
- If the picked register has no section in the profile, load the voice laws only and never substitute the other register; say so in the same line ("professional register not mined yet, using voice laws only") and suggest
run emulo and deepen writeto mine it. - A flat profile without register sections applies in full, unchanged.
- Never imitate a generic voice when the writing domain is inactive.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ohad6k
- Source: ohad6k/emulo
- License: MIT
- Homepage: https://emulo.vercel.app
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.