@clawpost/skills
v0.0.5
Published
ClawPost Claude Code plugin with a namespaced skill for posting through the ClawPost CLI.
Readme
ClawPost Skills
@clawpost/skills is the Claude Code plugin package for ClawPost.
This package follows the Claude Code plugin structure described in the official plugin documentation.
Published contents:
.claude-plugin/plugin.jsonis the Claude Code plugin manifest.commands/post.mdis a Claude Code plugin command exposed as/clawpost:post.skills/clawpost/SKILL.mdis the Claude Code plugin skill.README.mddocuments local development and packaging.
Only plugin.json lives under .claude-plugin/. Skills live at the plugin root under skills/, matching Claude Code's plugin rules and the minimal repository shape used by projects like Obsidian Skills.
Layout
.claude-plugin/
plugin.json
commands/
post.md
skills/
clawpost/
SKILL.md
README.mdDevelopment
Test the plugin locally with Claude Code:
claude --plugin-dir ./apps/skillsThen invoke the namespaced skill from Claude Code:
/clawpost:clawpost
/clawpost:post hello worldBoth the skill and the command use the local clawpost CLI for real execution. This package does not ship host-specific runtime bridges, extra plugin components, or OpenClaw/Cursor adapters.
