← 返回 Skills 市场
Silke Manifold
作者
silverstone-louis
· GitHub ↗
· v1.0.0
644
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install silk-manifold
功能描述
Search, analyze, and trade on Manifold Markets prediction markets by checking odds, placing bets, viewing portfolios, and managing positions with API-based c...
安全使用建议
This skill appears to do what it says: manage and trade on Manifold using your MANIFOLD_API_KEY. Before installing or running it, confirm you trust the skill source and provide only your Manifold API key (do not reuse high-privilege keys). Note the script will try to auto-load a data/.env file next to the code and inject those values into the environment — ensure no sensitive secrets are packaged there. Also make sure python3 and the 'requests' package are available in the runtime. When placing bets, follow the SKILL.md advice to use --dry-run first to confirm behavior before committing real funds.
功能分析
Type: OpenClaw Skill
Name: silk-manifold
Version: 1.0.0
The skill is classified as suspicious due to the `scripts/manifold.py` attempting to load environment variables from a `data/.env` file using `os.environ.setdefault`. While `setdefault` prevents overriding existing environment variables (like the `MANIFOLD_API_KEY` provided by the agent), it could still load other arbitrary environment variables if a malicious `.env` file were present in the skill bundle or introduced via a supply chain attack. All other aspects, including the `SKILL.md` instructions and network calls to `api.manifold.markets`, appear benign and aligned with the stated purpose.
能力评估
Purpose & Capability
Name/description, required binary (python3), and required env var (MANIFOLD_API_KEY) match the code's behaviour (calls to api.manifold.markets for querying and trading). The CLI commands implemented correspond to the documented functionality.
Instruction Scope
SKILL.md instructs running the included Python CLI and documents the available commands. The code does auto-load a data/.env file located relative to the script (parent parent/data/.env) and merges any key/value pairs into os.environ, which SKILL.md does not mention; this could surface additional environment variables if the packaged data/.env exists. Otherwise the instructions and script only call Manifold's API and print JSON.
Install Mechanism
There is no install spec (instruction-only), which minimizes install risk. The script declares a dependency on 'requests' in a comment but doesn't install it; users must ensure python3 and requests are available in the runtime. No network downloads or external installers are used by the skill itself.
Credentials
Only MANIFOLD_API_KEY is required and set as the primary credential, which is appropriate. The script's behavior of loading a local data/.env can introduce additional environment variables if that file exists; those are not declared in requires.env and could include secrets if packaged inadvertently.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges; always is false and it does not modify other skills or global agent config. It only reads environment and calls the Manifold API.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install silk-manifold - 安装完成后,直接呼叫该 Skill 的名称或使用
/silk-manifold触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish – my own copy
元数据
常见问题
Silke Manifold 是什么?
Search, analyze, and trade on Manifold Markets prediction markets by checking odds, placing bets, viewing portfolios, and managing positions with API-based c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 644 次。
如何安装 Silke Manifold?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install silk-manifold」即可一键安装,无需额外配置。
Silke Manifold 是免费的吗?
是的,Silke Manifold 完全免费(开源免费),可自由下载、安装和使用。
Silke Manifold 支持哪些平台?
Silke Manifold 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Silke Manifold?
由 silverstone-louis(@silverstone-louis)开发并维护,当前版本 v1.0.0。
推荐 Skills