hiagent智能体对话

v0.0.1

一个基于 hiagent 的智能助手技能,用于与 hiagent 进行对话。

0· 157·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
Name/description state this is a hiagent chat integration and the skill only requires curl plus HIAGENT_API_URL, HIAGENT_API_KEY, and HIAGENT_USER_ID — all of which are directly relevant and expected for talking to an HTTP-based hiagent service.
Instruction Scope
SKILL.md contains only curl examples to call hiagent endpoints (create_conversation, chat_query_v2, conversation list/messages). This stays within the described purpose. Note: runtime behavior will send user messages and any context the agent includes to whatever URL is set in HIAGENT_API_URL, so the trustworthiness and security (TLS, server operator) of that endpoint matters.
Install Mechanism
No install spec and no code files — instruction-only skill that expects curl to be present. This is the lowest-risk install pattern.
Credentials
Required env vars (API URL, API key, user id) are proportional and expected for an HTTP API client. No unrelated secrets or config paths are requested. The only caveat is that the API URL can point to any host, so the provided API key and any user data will be sent to that host.
Persistence & Privilege
Skill is not always:true and does not request system-level persistence or modify other skills. It can be invoked by the agent (normal behavior) but has no elevated privileges.
Assessment
This skill is coherent for calling a hiagent HTTP API, but before installing: (1) only set HIAGENT_API_URL to a host you trust — all user messages will be sent there; (2) store HIAGENT_API_KEY securely and avoid reusing sensitive credentials; (3) avoid sending secrets or highly sensitive data through the skill unless you control or trust the hiagent service; (4) prefer HTTPS endpoints and consider network controls / auditing for traffic to the configured URL.

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

latestvk97bcm7e8fvwjm7bmtcnx2573d8350rh

License

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

Runtime requirements

☁️ Clawdis
Binscurl
EnvHIAGENT_API_URL, HIAGENT_API_KEY, HIAGENT_USER_ID

Comments