← Back to Skills Marketplace
lextoumbourou

Sharesight Skill for OpenClaw

by lextoumbourou · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1888
Downloads
1
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install sharesight-skill
Description
Manage Sharesight portfolios, holdings, and custom investments via the API
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sharesight-skill
  3. After installation, invoke the skill by name or use /sharesight-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug sharesight-skill
Version 1.0.0
License
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is Sharesight Skill for OpenClaw?

Manage Sharesight portfolios, holdings, and custom investments via the API. It is an AI Agent Skill for Claude Code / OpenClaw, with 1888 downloads so far.

How do I install Sharesight Skill for OpenClaw?

Run "/install sharesight-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sharesight Skill for OpenClaw free?

Yes, Sharesight Skill for OpenClaw is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Sharesight Skill for OpenClaw support?

Sharesight Skill for OpenClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sharesight Skill for OpenClaw?

It is built and maintained by lextoumbourou (@lextoumbourou); the current version is v1.0.0.

💬 Comments