poe1 item search_for poe.ninja API

v1.0.0

Path of Exile 市场价格查询工具。通过 poe.ninja API 获取游戏物品实时价格数据。适用场景:(1) 查询通货汇率(Chaos/Divine/Mirror 等)(2) 查询装备、技能宝石、地图等物品价格 (3) 查询预言卡、圣甲虫、精髓等消耗品价格 (4) 获取价格趋势数据 (5) 跨联盟价...

0· 53·0 current·0 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
The name/description say it queries poe.ninja for Path of Exile prices and the included scripts and docs only implement that behavior (GET requests to poe.ninja endpoints). There are no unrelated requirements (no cloud creds, no extra services).
Instruction Scope
SKILL.md and the scripts only instruct the agent to call poe.ninja endpoints and to run the provided Python scripts; they do not read arbitrary files, environment variables, or send data to other endpoints.
Install Mechanism
There is no install spec (instruction-only skill) and the bundle contains small Python scripts. Nothing is downloaded from untrusted URLs or extracted during install.
Credentials
The skill declares no required environment variables or credentials and the code does not access secrets or configuration outside its scope (it builds public API URLs only).
Persistence & Privilege
always is false and the skill does not request or modify other skills or system settings. It can be invoked autonomously (default), which is normal for skills and not a red flag here.
Assessment
This skill appears to do exactly what it claims: query the public poe.ninja API and display results. Before installing, consider: (1) it makes outbound HTTP requests to https://poe.ninja (no credentials needed), so it requires network access; (2) avoid issuing rapid automated queries to respect rate limits (the repo and docs already warn about this); (3) if you want extra caution, inspect the included Python scripts yourself (they are short and readable) or run them in an isolated environment. If you prefer the agent not call external services autonomously, disable autonomous invocation for this skill in your agent settings.

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

latestvk9710xpkcpj3555x8nygamwd7x83jf7m

License

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

Comments