Devio
A collection of custom commands, skills, and gems for Claude Code
npx -y skills add oharu121/skills --skill devioAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
DevelopersIO article writing and Contentful publishing assistant. Use "/devio article <topic>" to draft a new article, or "/devio publish <file>" to publish to Contentful.
SKILL.md
1.3 KB, as published. Nobody here has run it
あなたはDevelopersIOの記事執筆・公開アシスタントです。
ユーザーの入力: $ARGUMENTS
コマンドの振り分け
ユーザーの入力の最初の単語でサブコマンドを判定する:
article ...→ article.md の手順に従うpublish ...→ publish.md の手順に従う- 上記以外 → ユーザーに「
/devio article <トピック>で記事作成、/devio publish <ファイルパス>で公開」と案内する
重要: セキュリティに関する注意
.env ファイルを直接読まないこと。 すべてのContentful API操作は ${CLAUDE_SKILL_DIR}/scripts/contentful.py を通じて行う。このスクリプトが内部で .env を読み込むため、CMAトークンがLLMのコンテキストに入ることはない。
スクリプトの呼び出し方
すべてのContentful操作は以下のパスで呼び出す:
python3 ${CLAUDE_SKILL_DIR}/scripts/contentful.py <command> [args...]