← Back to Skills Marketplace
openlang-cn

Thread

by openlang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
216
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install thread
Description
Provides guidance and code examples for using threads, synchronization, thread pools, and concurrency patterns across languages.
Usage Guidance
This skill appears coherent and low-risk: it only provides docs and small Python examples and asks for no credentials or installs. Before using: (1) review any code snippets before executing them in your environment (the Python examples are benign standard-library code); (2) if you ask the skill to generate or fetch language-specific templates that require external packages, be careful about installing third-party packages; (3) note that the skill can be invoked autonomously by the agent (standard behavior) — if you want tighter control, invoke it manually.
Capability Analysis
Type: OpenClaw Skill Name: thread Version: 1.0.0 The skill bundle is a legitimate educational resource designed to help an AI agent provide guidance on multi-threading and concurrency. It contains standard, safe code examples in Python (assets/python-thread-starter.py and assets/python-thread-pool.py) and comprehensive technical documentation regarding locks, deadlocks, and language-specific APIs. There is no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name and description (threading/concurrency guidance) align with the included reference docs and example code. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md limits the agent to clarifying language/runtime, giving guidance, citing reference files, and adapting provided templates. It does not instruct reading unrelated files, exfiltrating data, or calling external endpoints.
Install Mechanism
No install spec is provided (instruction-only with bundled example assets). That minimizes disk-write/remote-download risk; included Python examples use only the standard library.
Credentials
The skill requires no environment variables or credentials. The included code does not reference secrets or external services.
Persistence & Privilege
The skill is not forced-always and uses normal autonomous invocation settings. It does not request persistent system-wide privileges or modify other skills' configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install thread
  3. After installation, invoke the skill by name or use /thread
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the thread skill: - Provides quick references and decision guides for concurrency: threads vs processes vs async. - Includes practical advice on synchronization primitives (locks, queues), thread pools, and handling race conditions or deadlocks. - Features language-specific guidance for Python, Java, C#, Node.js, and Go. - Offers starter code templates for threading patterns. - Emphasizes safety and best practices for thread-based programming.
Metadata
Slug thread
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Thread?

Provides guidance and code examples for using threads, synchronization, thread pools, and concurrency patterns across languages. It is an AI Agent Skill for Claude Code / OpenClaw, with 216 downloads so far.

How do I install Thread?

Run "/install thread" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Thread free?

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

Which platforms does Thread support?

Thread is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Thread?

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

💬 Comments