
aicoincom/coinos-skills
2 skills1.1k installs84 starsGitHub
Install
npx skills add https://github.com/aicoincom/coinos-skillsSkills in this repo
1Aicoin Marketaicoin-market is an agent skill package that gives solo and indie builders a ready-made Node integration for AiCoin’s Open Data v3 market API. Instead of hand-rolling HMAC-SHA1 signing, header auth, and error handling in every script, you install the skill so your coding agent can call catalog endpoints with a single, predictable envelope shape. It auto-discovers credentials from common .env locations used by OpenClaw workspaces, which matters when subprocesses do not inherit shell exports. Use it when you are building trading assistants, portfolio dashboards, alert bots, or research workflows that need live or catalog crypto market data without standing up a separate MCP server. The skill is intermediate complexity because you must obtain AiCoin API keys and understand signed REST patterns, but the client abstracts the repetitive crypto and HTTP details so you can focus on agent logic and downstream analytics or automation.541installs2Aicoin FreqtradeAicoin-freqtrade is an integration skill that documents how to pull AiCoin’s aggregated crypto market data into Freqtrade strategies using the Open API v3 Python client pattern. Solo quant builders get ready-made helpers that normalize whale signals, long-short ratios, funding rates, and liquidation bias into plain numbers suitable for entry/exit logic, plus guidance to call raw endpoints through a generic get() when they need catalog-listed fields from 200+ exchanges. The skill stresses operational details indie traders miss: API keys from environment files, HMAC signing, exchange slug normalization, and a five-minute cache so live loops do not hammer rate limits. It also states a hard constraint—real-time AiCoin feeds are not available in Freqtrade backtests—so strategies must catch errors and degrade to built-in indicators during historical runs. Use it while building or extending a Freqtrade strategy file, not as investment advice. Some endpoints require paid AiCoin plans per their open data documentation.539installs