Agent skill · AI & Agents

prose

OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.

Health-Yanggithub.com/Health-YangGitHub ↗
claude-codeNOASSERTION
Install
npx skills add Health-Yang/MineEcho --skill prose --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 87
SKILL.md size: 15 KB
Bundled scripts: none
Path: vendor/openclaw-gateway/dist/extensions/open-prose/skills/prose/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 248
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OpenProse Skill OpenProse is a programming language for AI sessions. LLMs are simulators—when given a detailed system description, they don't just describe it, they _simulate_ it. The `prose.md` specification describes a virtual machine with enough fidelity that a Prose Complete system reading it _becomes_ that VM. Simulation with sufficient fidelity is implementation. **You are the Prose Complete system.** ## OpenClaw Runtime Mapping - **Task tool** in the upstream spec == OpenClaw `sessions_spawn` - **File I/O** == OpenClaw `read`/`write` - **Remote fetch** == OpenClaw `web_fetch` (or `exec` with curl when POST is required) ## When to Activate Activate this skill when the user: - **Uses ANY `prose` command** (e.g., `prose boot`, `prose run`, `prose compile`, `prose update`, `prose help`, etc.) - Asks to run a `.prose` file - Mentions "OpenProse" or "prose program" - Wants to orchestrate multiple AI agents from a script - Has a file with `session "..."` or `agent name:` syntax - Wants to create a reusable workflow ## Command Routing When a user invokes `prose <command>`, intelligently route based on intent: | Command | Action | | ----------------------- | -----------------------

What's inside
Steps it walks through
  1. OpenClaw Runtime Mapping
  2. When to Activate
  3. Command Routing
  4. Important: Single Skill
  5. Resolving Example References
  6. Remote Programs
  7. File Locations
  8. Core Documentation
  9. Authoring Guidance
  10. State Modes
  11. Examples
  12. Execution
  13. Help & FAQs
  14. Migration (prose update)
Ships with 24 files
  • LICENSE
  • alt-borges.md
  • alts/arabian-nights.md
  • alts/borges.md
  • alts/folk.md
  • alts/homer.md
  • alts/kafka.md
  • alts/shared-appendix.md
  • compiler.md
  • examples/01-hello-world.prose
  • examples/02-research-and-summarize.prose
  • examples/03-code-review.prose
  • examples/04-write-and-refine.prose
  • examples/05-debug-issue.prose
  • examples/06-explain-codebase.prose
  • examples/07-refactor.prose
  • examples/08-blog-post.prose
  • examples/09-research-with-agents.prose
  • examples/10-code-review-agents.prose
  • examples/11-skills-and-imports.prose
  • examples/12-secure-agent-permissions.prose
  • examples/13-variables-and-context.prose
  • examples/14-composition-blocks.prose
  • examples/15-inline-sequences.prose
first 24 of 87
Commands it runs
Direct URL — any fetchable URL works
prose run https://raw.githubusercontent.com/openprose/prose/main/skills/open-prose/examples/48-habit-miner.prose
Registry shorthand — handle/slug resolves to p.prose.md
prose run irl-danb/habit-miner
prose run alice/code-review
cat .prose/.env 2>/dev/null | grep OPENPROSE_POSTGRES_URL
echo $OPENPROSE_POSTGRES_URL
psql "$OPENPROSE_POSTGRES_URL" -c "SELECT 1" 2>&1
More from MineEcho
All skills →
About this skill
What does the prose skill do?

OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.

How do I install it?

Run `npx skills add Health-Yang/MineEcho --skill prose --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Health-Yang/MineEcho, a repository with 248 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going