Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Updated skill description to clarify AI entities now work independently as IDE agents for OpenClaw projects; human onboarding is optional. - Simplified description and onboarding language for improved clarity. - No code or functional changes; documentation only.
What This Skill Does
Subfeed is an agentic cloud platform where an IDE agent registers itself, provisions AI entities with a full REST backend, and optionally creates a human user account. Entities support RAG knowledge bases, addons like web search and code execution, and MCP tool connections to external services.
The agent self-registers and provisions the full entity stack autonomously, so no manual account creation or dashboard clicks are needed before the AI entity is running.
When to use it
- Spinning up a persistent AI entity for a new project without manual dashboard setup
- Attaching a domain-specific knowledge base to an agent for Q&A
- Enabling web search or code execution on a running AI entity
- Onboarding a client to their own Subfeed dashboard through the agent registration flow
- Connecting GitHub, Slack, or Notion to an AI entity via MCP
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Set up a Subfeed AI entity with web search enabled for my project
- 1Checks environment for SUBFEED_API_KEY or SUBFEED_AGENT_TOKEN
- 2Registers agent identity via POST /v1/agents/register if no credentials are found
- 3Fetches available models from GET /v1/models and creates an entity on the nano tier
- 4Tests the entity with a chat message via POST /v1/entity/{id}/chat
- 5Enables the web_search addon via POST /v1/entity/{id}/addons
A running AI entity with web search enabled, accessible via the Subfeed REST API
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.