Uniprofit Trade Search

v1.0.6

Search UniProfit trade intelligence data through the OpenClaw-compatible UniProfit API. Use when Codex or OpenClaw needs importer lookup, exhibition lead sea...

2· 171·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the requested artifacts: python is required because the shipped scripts are Python, and the only env vars requested (UNIPROFIT_API_BASE_URL, UNIPROFIT_TRADE_SEARCH_KEY) are exactly what a UniProfit search client would need.
Instruction Scope
SKILL.md confines runtime calls to two explicit endpoints (/openclaw/credential/me and /openclaw/search/query) and instructs the agent to read only local reference docs. The two scripts only read the declared env vars and make those calls; they do not access other files, secrets, or external endpoints.
Install Mechanism
No install spec or remote download is present. Code is included in the bundle and executed via the python binary on PATH; this is low-risk compared with remote installers or archive extraction.
Credentials
The skill requests only UNIPROFIT_API_BASE_URL and UNIPROFIT_TRADE_SEARCH_KEY which are proportionate to the described functionality. Minor metadata inconsistency: registry summary listed no primary credential, but agents/openai.yaml declares UNIPROFIT_TRADE_SEARCH_KEY as primary_credential—verify that the key is scoped to trade_search and not a broader platform/admin key before installing.
Persistence & Privilege
always:false and no config or system-wide writes. The skill does not request permanent presence or modify other skills or system settings.
Assessment
This skill is internally consistent: it only needs a UniProfit base URL and a trade-search API key and runs small local Python scripts that call the documented UniProfit endpoints. Before installing, verify that the UNIPROFIT_API_BASE_URL value is the official UniProfit domain you expect and that UNIPROFIT_TRADE_SEARCH_KEY is a least-privilege trade_search key (not a broader platform/admin credential). Also confirm the small metadata mismatch (agents/openai.yaml lists a primary_credential while the registry metadata did not) — this is likely harmless but worth checking. Prefer using an expendable key with limited quota and audit logs enabled for the account you attach to this skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk970zrbmc5xfe0rv6rsqb9gj7x83k6nv

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔍 Clawdis
Binspython
EnvUNIPROFIT_API_BASE_URL, UNIPROFIT_TRADE_SEARCH_KEY

Comments