Cypher
Description
Build AI agents that access the world through a computer interface
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Cypher - An AI computer framework

Introduction
Cypher is a flexible and modular framework for building AI agents that access the world via a computer interface. This allows agents to operate continuously and autonomously (via `TerminalCore`), running commands and interacting with a terminal environment.
Cypher focuses on being a native bitcoin framework, allowing agents to freely interact with the Bitcoin blockchain and ecosystem on-chain.
Agents are defined through YAML files rather than hard-coded configurations, making it easy to swap in your own agent definitions, tools, personalities, and features.
QUICK START
- To test built in implementations, add an anthropic ENV key
- Run
npm run testand pick a test via CLI to play with the system - To see agent terminal logs, open localhost:3000 in browser
TERMINAL
Access the terminal during runs with localhost:3000
Agent Configuration & Loading
Loading Agents
There are two main ways to load agent configurations:
Option 1: Direct Config Path
Specify the exact path to your agent's YAML config file:
import { Agent } from 'cypher-core';
const myAgent = new Agent({
agentConfigPath: './my_agents/mySpecialAgent.yaml'
});
const result = await myAgent.run("Hello");
Option 2: Load by Agent Name
Load an agent by name, which will search in your local agents directory and fall back to built-in agents:
import { Agent } from 'cypher-core';
const myAgent = new Agent({ agentName: "MyAgent" });
const result = await myAgent.run("Hello");
**Built-in Fallbacks**: When using `agentName: "TerminalAgent"` or `agentName: "ChatAgent"`, Cypher Core will automatically use the built-in configurations if
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI