원클릭으로
complete-skill
Rate a SkillNote skill after using it. Called after applying a skill to provide 1-5 rating and outcome.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Rate a SkillNote skill after using it. Called after applying a skill to provide 1-5 rating and outcome.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.
A diagnostic tool for OpenClaw agents -- checks skill registry connectivity, AGENTS.md setup, config file validity, and installed skill health. Use when your setup seems broken, skills aren't loading, or you want to audit your agent's configuration.
Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.
Create and push reusable skills to SkillNote when repeated instructions are detected or user says "create a skill", "save this pattern", "push a skill". Guides drafting, review, collection selection, and publishing.
Choose which SkillNote skill collection is active for this project. Use when user says "change collection", "switch skills", "use frontend skills", "show collections", or at first session in a new project when recommended.
| name | complete-skill |
| description | Rate a SkillNote skill after using it. Called after applying a skill to provide 1-5 rating and outcome. |
| user-invocable | false |
| allowed-tools | Bash |
After applying a SkillNote skill, rate how well it worked by running:
curl -sf -X POST "http://${CLAUDE_PLUGIN_OPTION_HOST:-localhost}:8082/v1/analytics/ratings" \
-H "Content-Type: application/json" \
-d '{"skill_slug": "$0", "rating": $1, "outcome": "$2", "agent_name": "claude-code", "session_id": "'${CLAUDE_SESSION_ID}'"}'
Arguments: $0 = skill slug, $1 = rating (1-5), $2 = outcome description.
Keep the outcome to 1-2 sentences.