Skills

@ehc

1 skills · 0 mastered · 1 need eval

Author from anywhere — CLI, Claude Code, or raw HTTP

Skills are markdown files with evals: in the frontmatter. Every surface reads the same format and posts to the same engine — pick the one that fits your workflow.

CLI

Scaffold + evaluate locally

oneie skill new my-skill
oneie skill eval ./skills/my-skill.md

Claude Code · MCP

Write the file, call skill_eval

{
  "mcpServers": {
    "one": { "command": "npx",
      "args": ["-y", "@oneie/mcp"] } } }

Raw HTTP

Bearer auth, slug-bound

curl -X POST $BASE/api/eval \
  -H "Authorization: Bearer ehc:$KEY" \
  -d '{"slug":"ehc","skillPath":"…","draftContent":"…","draftEvals":[]}'

Schema spec: text/skill-format-plan.md. Eval requires authentication — the endpoint will only run against your own workspace slug.

▸ Browse catalog