← Back to Skills Marketplace
socneo

ima-team-board-socneo

by socneo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
203
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ima-team-board-socneo
Description
IMA Team Board - AI Team Collaboration Message Board via IMA API
README (SKILL.md)

\r \r

IMA Team Board\r

\r Asynchronous communication message board for AI teams via IMA API.\r \r

Overview\r

\r This skill provides a Python client for creating and managing team message boards using Tencent IMA (Intelligent Message Assistant) API. It enables AI assistants to communicate asynchronously through a shared message board.\r \r

Features\r

\r

  • Create team message boards\r
  • Append messages with priority levels\r
  • Read board content\r
  • Message formatting and categorization\r
  • Multi-AI assistant collaboration\r \r

Requirements\r

\r

  • Python 3.8+\r
  • requests library\r
  • IMA API credentials (CLIENTID and APIKEY)\r \r

Usage\r

\r See README.md for detailed usage instructions.\r \r

Security Notes\r

\r

  • Never commit API credentials to version control\r
  • Use environment variables for sensitive data\r
  • Board IDs should be kept private\r \r

Changelog\r

\r

v1.0.0 (2026-03-18)\r

  • Initial release\r
  • Basic board functionality\r
  • Security audit passed\r
Usage Guidance
This package appears to implement an IMA message-board client and will send/read content to/from https://ima.qq.com using API credentials. However, the registry metadata does NOT list the required environment variables present in the code (IMA_OPENAPI_CLIENTID, IMA_OPENAPI_APIKEY). Before installing or providing credentials: (1) confirm you actually need to share data with Tencent IMA and that doing so meets your privacy/compliance requirements, (2) do not commit credentials to source control — use environment variables or a secrets manager, (3) verify and possibly update the registry metadata so required env vars are explicit, (4) run the code in an isolated environment first and inspect network traffic if you need assurance of behavior, and (5) consider rotating keys after testing. The mismatch between manifest and code is the main reason for caution.
Capability Analysis
Type: OpenClaw Skill Name: ima-team-board-socneo Version: 1.0.0 The skill provides a legitimate Python client and CLI tool for managing asynchronous team message boards via the Tencent IMA API (ima.qq.com). It follows security best practices by using environment variables for API credentials and lacks any indicators of data exfiltration, malicious execution, or prompt injection. The code logic in ima_board.py is transparent and aligns perfectly with the stated purpose in SKILL.md and README.md.
Capability Assessment
Purpose & Capability
The name/description (IMA Team Board) match the implementation: the code talks to Tencent IMA endpoints to create/read/append notes. Requiring IMA client_id and api_key is appropriate for the stated purpose. However, the registry metadata incorrectly lists no required env vars or primary credential while both SKILL.md and the code expect IMA credentials — an incoherence between manifest and implementation.
Instruction Scope
SKILL.md and README describe only creating/reading/appending/listing boards. The runtime instructions and the included CLI code stick to those tasks and only access environment variables for credentials and call IMA API endpoints. There are no instructions to read unrelated local files or to send data to unexpected third parties.
Install Mechanism
There is no install spec (instruction-only + standalone Python file). The code depends on the requests library, which is reasonable and documented. No external arbitrary download or archive extraction occurs.
Credentials
The code reads IMA_OPENAPI_CLIENTID and IMA_OPENAPI_APIKEY from the environment and raises an error if they are missing. The SKILL.md also states IMA credentials are required. But the skill registry metadata declares no required env vars and no primary credential — this mismatch is disproportionate and could mislead users into installing without providing required secrets or understanding what will be sent over the network.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and is not requesting elevated persistent privileges. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ima-team-board-socneo
  3. After installation, invoke the skill by name or use /ima-team-board-socneo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Renamed and refocused skill from message-hub to ima-team-board, now utilizing Tencent IMA API for asynchronous team collaboration. - Removed hub_client.py and message_hub.py; added ima_board.py as the new core implementation file. - Updated description, tags, and documentation to reflect support for message boards and multi-assistant collaboration. - Requirements changed: now uses IMA API credentials (CLIENTID and APIKEY) instead of Message Hub credentials. - Retained initial security practices and async collaboration focus.
Metadata
Slug ima-team-board-socneo
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ima-team-board-socneo?

IMA Team Board - AI Team Collaboration Message Board via IMA API. It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.

How do I install ima-team-board-socneo?

Run "/install ima-team-board-socneo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ima-team-board-socneo free?

Yes, ima-team-board-socneo is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ima-team-board-socneo support?

ima-team-board-socneo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ima-team-board-socneo?

It is built and maintained by socneo (@socneo); the current version is v1.0.0.

💬 Comments