Coding
Design database structures from given data, create backend APIs using the specified endpoint, and develop dynamic HTML dashboards with 60-second polling for...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 486 · 2 current installs · 2 all-time installs
byYuPeng Wu@realRoc
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill claims to design DB structures, create DB objects, insert data, and build backend APIs/dashboards — that purpose would normally require database credentials, a DB client/tool, and/or deployment hooks. None of those are declared in the metadata (no required env vars, no required binaries, no install spec). This mismatch suggests missing or undocumented requirements.
Instruction Scope
SKILL.md instructs the agent to call a specific external endpoint (https://teamo-dev.floatai.cn/api/engine/generalDataApi) and to insert received data into a created database. It also references template variables like $SESSION_GROUP_ID$ and ${表名} without declaring them. The instructions therefore direct network traffic to an external host and require modifying a database, but they do not state how to authenticate, which DB to use, or what local/remote tools to run.
Install Mechanism
There is no install spec and no code files (instruction-only). This is lower risk from an installation/execution perspective because nothing is downloaded or written by the skill itself.
Credentials
No environment variables or credentials are listed, yet the instructions require $SESSION_GROUP_ID$ and implicit DB credentials or access tokens. Either the runtime environment must supply these undocumented secrets, or the skill cannot function. This is a proportionality and transparency problem and raises a risk that sensitive data might be sent to the external endpoint without clear declaration.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not declare any actions that would modify other skills or global agent configs. Autonomous invocation is allowed by default, but that alone is not flagged.
What to consider before installing
Before installing or enabling this skill, get these clarifications from the author: (1) Which database type and where is it hosted? Provide the exact required environment variables (DB host/URL, DB_USER, DB_PASSWORD or a service token) and explain how the agent should obtain them. (2) What tool or API will be used to create DB structures? If a CLI or cloud API is required, add it to required binaries or install steps. (3) What is $SESSION_GROUP_ID$ and where does it come from? Declare it as an env var if it's sensitive. (4) Confirm whether data will be sent to https://teamo-dev.floatai.cn and provide an explanation of that endpoint, expected authentication, and privacy/ownership of sent data. (5) If you plan to allow autonomous runs, restrict credentials to least privilege, audit network requests, and avoid giving broad DB admin credentials. Do not supply secrets until these items are answered; if you must proceed, run the skill in an isolated environment and monitor outgoing network traffic.Like a lobster shell, security has layers — review code before you run it.
Current versionv0.1.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Coding
Overview
This skill provides specialized capabilities for coding.
Instructions
- 创建网页需要先根据拿到的数据设计数据库结构,需要调用工具在数据库中建立结构。 2.后端接口设计需要考虑现有的数据库结构,接口地址为:https://teamo-dev.floatai.cn/api/engine/generalDataApi,method="post",入参为{"session_group_id":"$SESSION_GROUP_ID$", "collection_name":${表名}},返回值为{"code":0, "result": {"data": ${JSON数组}}} 基于上边的接口和字段设计,开发动态html看板。 要求每个图表各自请求一次接口完成渲染,间隔60S轮训接口,实时更新页面。3. 注意将传给你的数据信息插入到创建好的数据库结构中。
Usage Notes
- This skill is based on the Coding agent configuration
- Template variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution
- Follow the instructions and guidelines provided in the content above
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
