composio-artifacts
Catalogue stub — full skill: ComposioHQ/awesome-claude-skills
Decision tree
Is the full skill already installed? Check whether the skill at this location still has a
das:block:- Global:
grep -q "^das:" ~/.agents/skills/composio-artifacts/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - Project:
grep -q "^das:" .agents/skills/composio-artifacts/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - No
das:block → full skill installed, invoke it and proceed das:block present → go to step 2
- Global:
Detect scope, then install:
To detect scope:
[ -e ~/.agents/skills/composio-artifacts ] && echo "global" || echo "project"Global (installed with
-g):npx skills add ComposioHQ/awesome-claude-skills --skill composio-artifacts -g -yProject (installed without
-g):npx skills add ComposioHQ/awesome-claude-skills --skill composio-artifacts -yClaude Code: send either command as a chat message starting with
!to run it without leaving the conversation.
Invoke after install
- Skill name:
composio-artifacts - Trigger phrases: "composio artifacts", "interactive artifact", "artifact with GitHub"
What it does
Builds Claude artifacts that interact with real external services via Composio's 250+ tool integrations. Artifacts can read/write GitHub issues, send Slack messages, update Linear tickets, query Notion databases — all from within a Claude artifact. Requires a Composio account and COMPOSIO_API_KEY configured.
When NOT to use
- Static artifacts with no external service interaction
- When you don't have a Composio account