diankeyuan-contacts
管理电科院人员信息和科室关系的技能。支持添加、查询、更新电科院工作人员、科室、办公室等信息。
Why use this skill?
Manage your Electric Power Research Institute staff, office, and department records locally with this OpenClaw AI contact management skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/humblebin/diankeyuan-contactsWhat This Skill Does
The diankeyuan-contacts skill provides a structured framework for managing personnel and departmental metadata within the Electrical Power Research Institute (电科院). By acting as a specialized contact management agent, it allows users to perform CRUD (Create, Read, Update, Delete) operations on staff records, office locations, and organizational hierarchies. The skill utilizes a persistent JSON-based local database, ensuring that all organizational data is stored securely within the user's workspace at /Users/aibin/.openclaw/workspace/diankeyuan_contacts.json. It bridges the gap between raw data storage and intuitive natural language interaction, allowing users to query complex organizational relationships without needing to manually inspect configuration files.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/humblebin/diankeyuan-contacts
Ensure your local environment permissions allow for read and write operations at the specified workspace path.
Use Cases
- Administrative Record Keeping: Centralize the tracking of personnel movements, promotions, or office relocations within the institute.
- Quick Lookup for Testing: When conducting research or testing on the institute's systems, quickly identify the relevant point of contact for specific departments.
- Relationship Mapping: Map complex structures like 'Institute - Department - Office' to facilitate faster communication flows.
- Knowledge Management: Maintain a living record of staff roles and office assignments that is instantly searchable via AI prompts.
Example Prompts
- "添加电科院人员:张伟 系统所 - 一次评估室 工程师 1515"
- "系统所有哪些人,办公室都在哪?"
- "更新叶新的办公室为 1602"
Tips & Limitations
- Data Structure: Always maintain the '所 - 室' naming convention for departments to ensure the parser correctly identifies organizational nesting.
- Fuzzy Search: The skill supports fuzzy matching for names, meaning you do not need the full name to retrieve a record; a partial string match will suffice.
- Persistence: Since data is stored locally, back up the
diankeyuan_contacts.jsonfile periodically if this data is critical to your operations. - Scope: This skill is limited to local file manipulation and does not interface with external corporate directories or active directory systems.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-humblebin-diankeyuan-contacts": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read