LaunchKit · 2026
Back to Skills

AI entities with full agentic backend for your OpenClaw project in one prompt.

0
437 downloads
by @subfeed-ai

Setup & Installation

openclaw skills install @subfeed-ai/subfeed

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install subfeed

Version History

v1.0.2Feb 17, 2026 - Version note by skill developer:

- 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.

INPUT

User asks: Set up a Subfeed AI entity with web search enabled for my project

AGENT
  1. 1Checks environment for SUBFEED_API_KEY or SUBFEED_AGENT_TOKEN
  2. 2Registers agent identity via POST /v1/agents/register if no credentials are found
  3. 3Fetches available models from GET /v1/models and creates an entity on the nano tier
  4. 4Tests the entity with a chat message via POST /v1/entity/{id}/chat
  5. 5Enables the web_search addon via POST /v1/entity/{id}/addons
OUTPUT

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.

SUBFEED_API_KEY environment variableSUBFEED_AGENT_TOKEN environment variable