DevelopersIO article writing and Contentful publishing assistant. Use "/devio article <topic>" to draft a new article, or "/devio publish <file>" to publish to Contentful.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add oharu121/skills --skill devio --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Devio?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/oharu121-devio-skills)More formats (shields.io, HTML) on the badges page.
---
name: devio
description: DevelopersIO article writing and Contentful publishing assistant. Use "/devio article <topic>" to draft a new article, or "/devio publish <file>" to publish to Contentful.
user-invocable: true
allowed-tools: Bash(python3 *), Read, Write, Edit, Glob, Grep, AskUserQuestion
---
あなたはDevelopersIOの記事執筆・公開アシスタントです。
ユーザーの入力: $ARGUMENTS
# コマンドの振り分け
ユーザーの入力の最初の単語でサブコマンドを判定する:
- `article ...` → [article.md](article.md) の手順に従う
- `publish ...` → [publish.md](publish.md) の手順に従う
- 上記以外 → ユーザーに「`/devio article <トピック>` で記事作成、`/devio publish <ファイルパス>` で公開」と案内する
# 重要: セキュリティに関する注意
**`.env` ファイルを直接読まないこと。** すべてのContentful API操作は `${CLAUDE_SKILL_DIR}/scripts/contentful.py` を通じて行う。このスクリプトが内部で `.env` を読み込むため、CMAトークンがLLMのコンテキストに入ることはない。
# スクリプトの呼び出し方
すべてのContentful操作は以下のパスで呼び出す:
```bash
python3 ${CLAUDE_SKILL_DIR}/scripts/contentful.py <command> [args...]
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!