← ClaudeAtlas

composio-artifactslisted

Build interactive Claude artifacts with Composio tools. Connects artifacts to real external services (GitHub, Slack, Linear, Notion) via Composio's 250+ tool integrations. Requires a Composio account and API key.
podo/design-agent-skills · ★ 0 · AI & Automation · score 67
Install: claude install-skill podo/design-agent-skills
# composio-artifacts > Catalogue stub — full skill: [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills/blob/master/artifacts-builder/SKILL.md) ## Decision tree 1. **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 2. **Detect scope, then install:** To detect scope: ```bash [ -e ~/.agents/skills/composio-artifacts ] && echo "global" || echo "project" ``` **Global** (installed with `-g`): ```bash npx skills add ComposioHQ/awesome-claude-skills --skill composio-artifacts -g -y ``` **Project** (installed without `-g`): ```bash npx skills add ComposioHQ/awesome-claude-skills --skill composio-artifacts -y ``` > **Claude 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 integratio