← 返回 Skills 市场
Sharesight Skill for OpenClaw
作者
lextoumbourou
· GitHub ↗
· v1.0.0
1888
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install sharesight-skill
功能描述
Manage Sharesight portfolios, holdings, and custom investments via the API
安全使用建议
This skill appears to do what it says: a local CLI and API wrapper for Sharesight. Before installing or enabling it, verify the publisher/source (no homepage was provided here). Be aware that you must supply your Sharesight Client ID and Client Secret — treat those like passwords. The tool caches access tokens under ~/.config/sharesight-cli/config.json (permissions set to 0600). Write operations are disabled by default; only set SHARESIGHT_ALLOW_WRITES=true if you trust the code and the environment. If you are concerned about trust, inspect the included Python files yourself or run the CLI in an isolated environment; if credentials are ever exposed, rotate them in the Sharesight account.
功能分析
Type: OpenClaw Skill
Name: sharesight-skill
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for Sharesight is benign. It provides a legitimate CLI interface to the Sharesight API, handling financial portfolio data. Credentials (client ID/secret) are read from environment variables, and access tokens are stored securely in `~/.config/sharesight-cli/config.json` with restrictive permissions (0o600). All network communication is directed to the official Sharesight API endpoints (`api.sharesight.com`). Write operations are explicitly protected by an environment variable (`SHARESIGHT_ALLOW_WRITES=true`), preventing accidental data modification. The `SKILL.md` and `README.md` files contain clear, purpose-aligned instructions and documentation, with no evidence of prompt injection attempts or instructions for the agent to perform actions outside the stated purpose.
能力评估
Purpose & Capability
Name/description describe Sharesight portfolio management and the skill only requires SHARESIGHT_CLIENT_ID and SHARESIGHT_CLIENT_SECRET (and an optional SHARESIGHT_ALLOW_WRITES). The requested env vars and the HTTP calls in the code target api.sharesight.com, which is proportionate and expected.
Instruction Scope
SKILL.md and README describe CLI commands, authentication, and safe defaults (writes disabled). The runtime instructions reference only Sharesight API endpoints and standard local config files; they do not instruct reading unrelated system files or sending data to unexpected endpoints.
Install Mechanism
No automated install spec is provided (instruction-only install), so nothing is downloaded from third-party URLs at install time. The repository includes Python package files (pyproject.toml, source), which is consistent with a CLI tool but no remote installers or opaque download URLs are used.
Credentials
Only SHARESIGHT_CLIENT_ID and SHARESIGHT_CLIENT_SECRET are required, plus an optional SHARESIGHT_ALLOW_WRITES flag. These are exactly the credentials needed for OAuth client-credentials access to Sharesight; there are no unrelated or excessive credential requests.
Persistence & Privilege
This skill does not request always:true and does not modify other skills. It persists access tokens to ~/.config/sharesight-cli/config.json (and sets file permissions to 0600) which is a normal, limited persistence for API tokens.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sharesight-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/sharesight-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Sharesight skill.
- Manage Sharesight portfolios, holdings, and custom investments via the API.
- Supports full CRUD operations for investments, prices, and coupon rates.
- Write operations (create, update, delete) are disabled by default for safety; enable with SHARESIGHT_ALLOW_WRITES.
- Includes commands for authentication, portfolio reports, holding management, and reference data.
- All commands output JSON for easy integration.
- Comprehensive CLI command examples and workflows provided in documentation.
元数据
常见问题
Sharesight Skill for OpenClaw 是什么?
Manage Sharesight portfolios, holdings, and custom investments via the API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1888 次。
如何安装 Sharesight Skill for OpenClaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sharesight-skill」即可一键安装,无需额外配置。
Sharesight Skill for OpenClaw 是免费的吗?
是的,Sharesight Skill for OpenClaw 完全免费(开源免费),可自由下载、安装和使用。
Sharesight Skill for OpenClaw 支持哪些平台?
Sharesight Skill for OpenClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sharesight Skill for OpenClaw?
由 lextoumbourou(@lextoumbourou)开发并维护,当前版本 v1.0.0。
推荐 Skills