Public repository for Agent Skills
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Remove PLAN.md and TASKLIST.md from opentrade-newsliquid documentation
5ec1d3cView on GitHubUpdate API endpoints in documentation for opentrade-newsliquid skill
39d5089View on GitHubfeat(opentrade): Introduce opentrade-newsliquid skill for CEX trading
8e31c60View on GitHubRefine README.md by consolidating Bearer token authentication details into a single section, removing redundant information while maintaining clarity on token usage and configuration options.
2888d38View on GitHubUpdate README.md to change license from Apache-2.0 to MIT, reflecting a shift in licensing terms.
6c3f22cView on GitHubRefactor opentrade install script to remove caching mechanism for version checks, simplifying the update process. Now directly compares local version with the latest GitHub release without relying on a time-based cache.
1cf5c1fView on GitHubUpdate opentrade CLI version to 1.0.2 in Cargo.toml to reflect the latest changes and improvements.
ecd0d7aView on GitHubAdd new trader entry for 6551dex in SKILL.md files across opentrade modules
e2552d1View on GitHubUpdate SKILL.md files for opentrade skills to replace `router` and `version` fields with `trader` and `api` in API response format. Revise usage instructions to reflect these changes, ensuring consistency across documentation and improving user guidance on command structure and mandatory flags.
f7668d6View on GitHubEnhance API error handling in opentrade CLI by introducing a check for a success field in the API response. If the success field indicates failure, an error message is extracted from the response. This improves error reporting and ensures clearer communication of API issues to users.
dc71202View on GitHubRefactor API client instantiation in opentrade CLI for improved readability by removing unnecessary line breaks in the client function. This change enhances code clarity while maintaining functionality.
5415dedView on GitHubUpdate opentrade CLI to version 1.0.1 and replace 'version' flag with 'api' in command options. Adjusted API client structure and documentation to reflect the new flag usage, ensuring consistency across commands and improving user guidance in SKILL.md files.
5ecbbc8View on GitHub