Skip to main content
Glama

SoloFlow

把 AI 工作方法存成文件(Skill),按步骤自动执行(Flow)。

CI PyPI Python License

当前稳定版本:v2.0.0。从 v1 升级请先查看 v2.0.0 变更与迁移说明

30 秒跑通

需要 Python 3.12+ 和 DeepSeek API Key。先配置密钥:

$env:DEEPSEEK_API_KEY = "你的密钥"

或者在当前目录创建 .env

DEEPSEEK_API_KEY=你的密钥

然后运行内置写作 Skill:

uvx soloflow run content-writer "为我的产品写一篇介绍"

不想产生 API 费用时,先预览最终 Prompt:

uvx soloflow run content-writer "为我的产品写一篇介绍" --dry-run

Related MCP server: local-skills-mcp

只需理解三个概念

  • Skill:一份可以重复执行的 AI 工作手册,例如 content-writer

  • Flow:把多个 Skill 按依赖顺序串起来,例如 blog-pipeline

  • Agent(可选):给 Skill 加上固定角色和行为规则,例如 content-editor

常用命令

命令

用途

sf run <skill> <task>

运行一个 Skill,推荐入口

sf skill list

查看可用 Skill

sf skill show <name>

查看 Skill 内容

sf skill init <name>

创建 Skill

sf flow run <name> -i key=value

运行 Flow

sf flow runs

查看 Flow 运行记录

sf flow watch <run-id>

实时查看 Flow 进度

sf flow resume <run-id>

从失败处恢复 Flow

sf agent run <name> <task>

用 Agent 执行任务

如果从源码开发,把 sf 换成 uv run sf。项目目录、~/.soloflow/、安装包内置资产按此顺序查找,同名文件以前者为准。

下一步

License

MIT License

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
8Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    MCP server for task management, project knowledge, workspace trust, runner sandboxes, extension registry, and workflow prompts, enabling AI agents to manage tasks and collaborate locally.
    5,117
    Apache 2.0
  • A
    license
    -
    quality
    B
    maintenance
    A lightweight, stdio-based MCP server enabling AI assistants to perform local file system operations like reading, writing, searching, and executing commands.
    5,294
    MIT

View all related MCP servers

Related MCP Connectors

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/halexzd686-cloud/SoloFlow'

If you have feedback or need assistance with the MCP directory API, please join our Discord server