gsdata
SKILL.md
GSData Skill
This skill allows you to query the GSData open platform for public sentiment (舆情), rankings (榜单), and account data.
Prerequisites:
This skill requires the requests library. If a module cannot be found, you may need to run pip install requests once.
Credentials:
Authentication is handled via the GSDATA_APP_KEY and GSDATA_APP_SECRET environment variables. Do not attempt to use hardcoded test keys.
Adapter Usage
Use the bundled python script to interact with the API:
python3 ./gsdata_adapter.py
Note: The script and its mapping gsdata_tool_mapping_v1.json are bundled in this skill's directory. Always run the script via relative path (./gsdata_adapter.py) from this directory.
Rules
- For a new request, run
--dry-runfirst to verify route/action mapping.