implexa
back to leaderboard
53

@534422530

contributor on implexa, with 131 skills ranked by SkillRank across 1 source.

534422530 on githubpublishes to clawhub
skills
131
avg SkillRank
3.5
93 scored / 131 total
total stars
1
across 131 repos
total installs
66
across 131 repos

skills, ranked by SkillRank

scoresourceskill
7.6clawhub
系统化调试
laosi-systematic-debug encodes hypothesis-driven debugging as a structured pipeline (observe-hypothesize-isolate-verify-fix) with working python code for session tracking, confidence scoring, and binary search isolation. targets performance and regression bugs via minimal reproduction.
6.8clawhub
HTTP客户端
laosi-http-client provides a wrapper around urllib for sending GET/POST/PUT/DELETE/PATCH requests with custom headers, body serialization, auth support, timeout control, and retry logic. includes request history tracking and graphql helper.
6.8clawhub
文件整理
laosi-file-organizer automatically categorizes files in desktop and downloads folders by type (images, documents, archives, video, audio, code), generating a structured report with dry-run preview capability.
6.8clawhub
API Tester Pro
laosi-api-tester provides http request construction, response validation, and latency measurement for rest and graphql apis. includes batch testing, performance benchmarking, and test history persistence via json.
6.3clawhub
习惯追踪
laosi-habit-checkin provides daily habit tracking with streak calculation, best-ever records, and multi-habit support via local json persistence. no external dependencies required.
6.2clawhub
Slack助手
laosi-slack wraps slack-sdk to send/search/manage channels and integrate notifications via webhook or socket mode. covers message posting, block kit formatting, channel ops, history search, and file upload with basic error recovery.
5.8clawhub
待办清单
laosi-quick-todo provides lightweight task management with voice/text input, priority sorting, completion tracking, and local json persistence. no external dependencies required.
5.8clawhub
Database Helper Pro
laosi-database-helper provides sql query building, schema management, and csv import/export for sqlite with python dataclass orm templates. covers basic crud operations and lacks multi-database support despite claiming mysql/postgresql compatibility.
5.5clawhub
Cron表达式解析
laosi-cron-parser translates cron expressions to natural language, validates syntax, computes next execution times, and provides common presets. covers standard 5-field cron with basic step/range/list operators.
5.3clawhub
JSON数据转换
laosi-json-transformer provides chainable operations for filtering, merging, grouping, and aggregating json data via a fluent api. covers basic transformations but lacks error handling and jmespath integration despite claiming it.
5.3clawhub
Model Center
model-center wraps 42+ nvidia nim api models (llm, vision, embeddings, image generation) with pricing comparison and recommendation logic. quick-start examples shown but error handling and failure modes underdocumented.
5.2clawhub
结构化头脑风暴
laosi-brainstorm structures ideation around four perspectives (constraints, alternatives, edge cases, priorities) with python dataclass implementation and markdown export. activates on brainstorm trigger phrases in chinese or english.
5.2clawhub
快速草稿
laosi-quick-draft generates structured email and report drafts from bullet points using five templates (followup, thankyou, request, weekly, meeting). stores draft history locally without external dependencies.
5.2clawhub
Webhook Receiver Pro
laosi-webhook-receiver provides a local http server for ingesting and logging webhook events with signature verification, event filtering, and handler registration. lacks production-grade error handling, rate limiting, and deployment guidance.
5.2clawhub
代码生成器
laosi-code-generator scaffolds projects and functions across python, javascript, and go with templated file generation and directory structure automation. provides three built-in templates and config file generation in yaml, json, toml formats.
5.2clawhub
剪贴板历史
laosi-clipboard-history maintains a 50-entry clipboard history for windows, automatically deduplicating and truncating to 200 chars per entry. search and recovery via python api, but lacks integration layer and production monitoring.
5.1clawhub
Email Helper Pro
laosi-email-helper covers draft creation, smtp sending, imap inbox reading, and local persistence. core functionality present but lacks decision logic, retry strategies, and explicit failure recovery paths.
4.9clawhub
Notion助手
laosi-notion wraps notion-client for page creation, database queries, and search. provides async python methods but lacks error handling, rate limit guidance, and concrete workflow orchestration beyond code snippets.
4.9clawhub
Thunder Core
thunder-core wraps the xunlei download client's com interface for windows, exposing task creation, commitment, and cancellation via python. covers basic download automation but lacks error handling depth and procedural rigor.
4.9clawhub
快速笔记
laosi-quick-note captures text or voice into tagged notes (idea/todo/readlater) with local json persistence and keyword search. auto-tagging relies on simple keyword matching and may misclassify ambiguous input.
4.9clawhub
Skill Creator Enhanced
skill-creator-plus provides templates and a publishing workflow for building skills on the opencode platform. it covers directory structure, validation rules, and clawhub integration but lacks concrete guidance on intent/input/output contracts and error recovery.
4.8clawhub
上下文记忆球
context-memory-ball introduces a conceptual framework for encapsulating conversation state into saveable units, enabling context switching and task parallelization. implementation details remain largely illustrative rather than actionable.
4.8clawhub
代码沙箱
laosi-code-sandbox outlines isolation strategies for executing untrusted code, including resource caps, network blocking, and pattern detection. the skill lacks actionable implementation steps and concrete runtime behavior specs.
4.8clawhub
多模型路由器
laosi-model-router classifies tasks by complexity and domain, then selects from a fixed model palette (claude, gpt, deepseek). the routing logic is pseudocode with decision tables but lacks concrete implementation details and error handling.
4.5clawhub
健康追踪
laosi-health logs water intake, sleep duration, and step counts into json files with basic statistics. lacks intent contracts, error handling, and procedural clarity on when/how to invoke each function.
4.5clawhub
Systematic Debug
systematic-debug outlines a hypothesis-driven debugging workflow (observe, hypothesize, isolate, verify, fix) with stated anti-patterns, but lacks decision logic, outcome signals, and concrete failure mode guidance.
4.3clawhub
Blog Watcher
blog-watcher monitors website and rss feed updates via dual detection (hash comparison and feed parsing), outputs change summaries. v2 adds diff comparison and exclusion rules, though implementation details are absent.
4.3clawhub
Audio Transcriber
audio-transcriber wraps openai whisper for speech-to-text conversion with keyword-based emotion detection and basic audio signal analysis. covers transcription, translation routing, and noise reduction across multiple subcommands.
4.2clawhub
迭代优化器
laosi-iteration-opt proposes a multi-round code evaluation framework with weighted scoring across correctness, performance, readability, and maintainability. lacks concrete procedural steps and operational validation.
4.2clawhub
Windows剪贴板管理器
laosi-clipboard provides code snippets for windows clipboard operations including history tracking, multi-slot storage, and text formatting. lacks executable intent definitions and error handling.
4.2clawhub
Code Review Pro
laosi-code-review applies a four-perspective framework (security, performance, correctness, style) to identify code issues with severity ratings and fix suggestions, outputting pass/block verdicts. implementation is partial and pattern-matching based rather than rigorous static analysis.
4.2clawhub
上下文窗口优化器
laosi-context-opt proposes strategies for compressing conversation history through semantic extraction, layered retention, and time decay, but lacks concrete implementation details and testing validation beyond a checklist.
4.2clawhub
Spotify控制
laosi-spotify wraps spicetify-cli to control playback, search tracks, and manage playlists via subprocess calls. lacks error handling, input validation, and connection recovery.
4.2clawhub
工作流验证器
workflow-verifier applies karpathy's reasoning principles to pre-execution workflow audits, covering assumptions, complexity, scope, and verification closure. lacks actionable decision logic and concrete failure recovery steps.
4.2clawhub
会话日志分析
laosi-session-logs provides keyword search and time-filtered retrieval of conversation history from local log files. lacks error handling, output validation, and clear invocation contract.
4.2clawhub
Obsidian笔记助手
laosi-obsidian provides local file-based note operations (create, search, tag, backlink detection, graph export) via python scripts that directly manipulate markdown files in an obsidian vault without api integration or error handling.
4.2clawhub
Collaborative Agent
collaborative-agent implements multi-role task orchestration with planner, executor, reviewer, and summarizer personas. lacks concrete failure handling and assumes external capability resolution.
4.2clawhub
Chuwi Minibook
chuwi-minibook collects system metrics (cpu, memory, disk, battery, temperature) from minibook devices via psutil with three invocation modes: full report, quick overview, and battery status only.
4.1clawhub
Laosi Mcp Security Audit
laosi-mcp-security-audit claims enterprise-grade vulnerability scanning and malware detection for mcp servers but lacks concrete procedural steps, specific invocation patterns, or failure mode handling.
3.9clawhub
RSS监控
laosi-rss parses rss and atom feeds, detects new entries, and tracks publication timestamps. covers basic feed polling with feedparser but lacks error handling, retry logic, and concrete deployment guidance.
3.9clawhub
Ai Chat Enhancer
ai-chat-enhancer manages conversation history, token counting, response caching, and prompt templating for llm interactions. the skill lacks actionable procedures and edge case handling.
3.8clawhub
熵管理系统
entropy-manager proposes metaphorical strategies for session management via context pruning, state reset, and attention focus, but lacks concrete procedures, measurable thresholds, and failure recovery paths.
3.4clawhub
Kl8 Data
kl8-data wraps a hardcoded python module for querying china happy 8 lottery draws from march-april 2026. provides latest draw, issue lookup, recent draws, and frequency analysis via four simple functions.
3.2clawhub
Product Analysis Skill
product-analysis-skill claims market analysis and competitor research capabilities but provides no documented intent, input schema, procedural steps, decision logic, or output contract to verify what it actually does.
3.2clawhub
Continuous Learner
continuous-learner claims to orchestrate a closed-loop pipeline across insight collection, knowledge ingestion, trend extraction, and skill generation, but lacks actionable procedure detail and concrete failure handling.
3.2clawhub
Auto Insight Engine
auto-insight-engine aggregates content from six sources (hackernews, github, wikipedia, rss, arxiv, web search) and applies nvidia nim analysis to trending keywords, but the skill.md conflates unrelated bilibili video tutorials with the core engine logic.
2.8clawhub
Think Expand
think-expand is positioned as a central decision-making core with memory retrieval and self-evolution capabilities, but lacks concrete procedural definition, testable triggers, and failure handling. marked internal-only.
2.8clawhub
Sora 478958
sora-478958 collects bilibili video links about sora video generation and claims to cover registration-to-output workflow, but contains no actionable steps, no actual procedures, and no verifiable content structure.
2.5clawhub
Academic Research Skills 606a56
academic-research-skills-606a56 aggregates 13 ai prompts for academic research workflows covering topic selection through peer review, sourced from bilibili videos with minimal procedural detail.
2.3clawhub
Clipboard History
clipboard-history provides local clipboard history tracking with automatic save of recent copies and recovery, but the file is corrupted by unrelated video references and lacks actionable procedures.
2.3clawhub
Transformer Optimize E72719
transformer-optimize-e72719 aggregates video-sourced material on building transformer models for multivariate time series forecasting in matlab, with minimal procedural detail and confused scope across unrelated topics.
2.3clawhub
Super Search Dee798
super-search-dee798 claims search functions outperform find functions by claiming 100x superiority without defining either function, demonstrating the claim, or providing actionable steps.
2.3clawhub
Collaborative Agent 1fe479
collaborative-agent-1fe479 documents ai self-tooling concepts from byte team research, sourced from bilibili videos, but lacks actionable procedures or implementation details.
2.3clawhub
Database Helper 99a323
database-helper-99a323 aggregates video-sourced notes on database tools and sun-panel configuration, lacking coherent procedure and actionable guidance for practical deployment or troubleshooting.
2.3clawhub
Skill Learner 818d6a
skill-learner-818d6a aggregates video-sourced tutorials on hermes skill bundles and opencode patterns, curating bilibili references without executable procedures or outcome specifications.
2.3clawhub
Add Flashcard
add-flashcard wraps a spaced repetition system via capability_executor but lacks procedural detail, input/output contracts, and failure handling. the document is primarily metadata and bilibili video references.
2.3clawhub
模型微调 9acd6f
9acd6f attempts to document qwen2.5-7b model fine-tuning based on video content, but lacks actionable steps, actual implementation details, and coherent structure beyond aspirational headers.
2.3clawhub
代码生成 876ae0
876ae0 aggregates video-sourced fragments about code generation tools and simulink workflows, but lacks coherent procedural content, actionable inputs, or verifiable outputs.
2.3clawhub
Auto Agent 4974 F58bc0
auto-agent-4974-f58bc0 documents a notion custom agent concept learned from a video, but provides no actionable guidance, procedure steps, or implementation details beyond meta-references.
2.3clawhub
Auto Agent 4974
auto-agent-4974 aggregates bilibili video references on ai agent development without providing actionable procedural steps, concrete examples, or decision logic for building agents.
2.3clawhub
Ai Summary
ai-summary claims to save ai knowledge summaries to a knowledge base but provides no actionable procedure, error handling, or clear contract between input and stored output.
2.3clawhub
Comfyui 7e6098
comfyui-7e6098 collects video references on comfyui setup and ai image generation, primarily targeting intel gpu configuration, but lacks actionable procedural depth.
2.3clawhub
Data Analyzer From Bilibili
skill purports to analyze data via statistical description, anomaly detection, and trend analysis, but lacks actionable procedure, decision logic, or output contract. appears to be auto-generated bilibili video references without executable steps.
2.3clawhub
Deepseek Reasonix F074f8
deepseek-reasonix-f074f8 aggregates bilibili video content about deepseek ai agents and ppt generation, but lacks actionable steps, technical specifics, or decision logic.
2.3clawhub
Data Analyzer 622b06
skill sourced from bilibili video tutorials on aspen energy analyzer for heat exchanger network design. lacks actionable procedure, decision logic, and concrete output contracts.
2.3clawhub
手机摄影 3e7019
3e7019 aggregates mobile photography tutorials from chinese video platforms without substantive procedural detail. skill lacks actionable steps, decision logic, and failure recovery paths.
2.2clawhub
数据分析 6450d8
6450d8 aggregates video-sourced data analysis material covering spss workflows, response surface analysis, and design optimization, but lacks actionable procedure depth and repeats content across merged sections.
2.1clawhub
Text Diff Be5bd0
text-diff-be5bd0 purports to teach react diffing algorithm concepts via video, but contains no actionable procedure, no decision logic, no output contract, and references unrelated bilibili links.
2.1clawhub
Swe Bench A6e0fc
swe-bench-a6e0fc conflates ai code evaluation benchmarks with aspice compliance templates across repeated, near-identical sections. lacks actionable procedure, decision logic, or outcome measurement.
2.1clawhub
Ai Summary B037a3
ai-summary-b037a3 documents video-sourced instruction on summary writing without defining concrete outputs, actionable steps, or success criteria.
2.1clawhub
Ai绘画 Ddcd9b
ai-ddcd9b aggregates bilibili video tutorials on ai image generation (stable diffusion, comfyui, midjourney, novelai). lacks actionable steps, repeats content heavily, and conflates marketing copy with instructional material.
2.1clawhub
Deeptutor F75dc7
deeptutor-f75dc7 documents local deployment versus desktop variants, sourced from a video tutorial. actual procedures and decision logic are absent, leaving only abstract concepts and external references.
2.1clawhub
Devin 192ac1
devin-192ac1 is a corrupted skill document that conflates an ai coding platform with painting tutorials and basketball highlights, lacking coherent intent or actionable procedures.
2.1clawhub
Deep Search 244e83
deep-search-244e83 claims to teach a comparison between search and find functions via video, but provides no actionable steps, code examples, or concrete guidance on implementing or applying the technique.
2.1clawhub
Ai测试 09ed64
ai-09ed64 purports to cover ai testing fundamentals and api gateway recommendations, but consists primarily of duplicated video comments and promotional copy without actionable procedures, decision logic, or success criteria.
2.1clawhub
Speak 69378f
speak-69378f aggregates video-sourced content about the speak product and speaknow media, combining unrelated bilibili references without actionable procedures or clear intent definition.
2.1clawhub
Academic Research Skills
academic-research-skills references ai workflows for research stages (topic selection, outlining, writing, review, response) but lacks concrete procedural definition, actionable steps, or integration details.
2.1clawhub
Add Flashcard 4c0314
add-flashcard-4c0314 references a bilibili video tutorial on building a geography flashcard app with image support, but provides no actual implementation guidance, code samples, or actionable steps.
2.1clawhub
视频调色 705d12
705d12 aggregates video color grading tutorials from bilibili creators, primarily pocket3 and nikon n-log workflows, but lacks actionable steps and has suffered data corruption through uncontrolled merges.
2.1clawhub
视频剪辑 69cfc9
69cfc9 aggregates bilibili video snippets about video editing software selection and techniques, but lacks actionable guidance, concrete software recommendations, or decision frameworks.
2.1clawhub
整整600集 E1aeca
600-e1aeca aggregates bilibili video references for python web scraping instruction, lacking concrete steps, decision logic, failure handling, or measurable outcomes.
2.1clawhub
文生视频 16ea34
16ea34 documents text-to-video workflows using comfyui, sourced from bilibili tutorials. content is heavily duplicated, lacks actionable steps, and mixes unrelated references (game footage, door sales). unsuitable for practical deployment.
2.1clawhub
多智能体 3c4b57
3c4b57 aggregates video-sourced multi-agent notes from bilibili educators covering langgraph, coze, and llm council patterns, but lacks executable procedures, failure handling, or concrete implementation details.
2.1clawhub
Api Tester Dd7739
api-tester-dd7739 aggregates video-sourced fragments about http request nodes and ai platform integration, lacking actionable procedure, error handling, or concrete implementation guidance.
2.1clawhub
Ai Video From Bilibili
ai-video-from-bilibili claims to save ai video generation summaries to a knowledge base, but lacks actionable procedure, concrete outputs, or failure handling. mostly bilibili video links and metadata noise.
2.1clawhub
Ai助理 Bb6cad
ai-bb6cad aggregates fragmented video content about ai assistants, cad tools, and gaming guides with no coherent procedure, decision logic, or output contract. the skill lacks actionable structure.
2.1clawhub
Api Tester From Bilibili
api-tester-from-bilibili is an auto-crystallized skill with corrupted metadata. the document conflates unrelated bilibili videos (train schedules, laptop teardowns, headphones) with api testing concepts, lacking coherent procedure or actionable steps.
2.1clawhub
Ai安全 B9b1fb
skill document claims to teach ai security and penetration testing but contains only vague platitudes, repetitive boilerplate, suspicious urls, and no actionable technical content.
2.1clawhub
Deepseek Reasonix
deepseek-reasonix is a deepseek terminal programming agent intended to reduce long-session costs, but the skill.md contains only bilibili video references and fragmented metadata with no actionable procedure or clear intent definition.
2.1clawhub
低代码Ai 7bbc51
ai-7bbc51 aggregates bilibili video clips on english language learning and ai topics with no actionable low-code workflow, repeated sections, and conflated content sources.
1.9clawhub
Ai编程 0b1387
ai-0b1387 is a corrupted skill artifact containing duplicated sections, off-topic content (bus routes, water heaters, train stations), and generic placeholder steps with no actionable substance or technical depth.
1.9clawhub
Agent Builder 5bce38
agent-builder-5bce38 appears to conflate two unrelated domains (rpg maker tileset tooling and ap art history) with no coherent procedure, making it unsuitable for automation or agent delegation.
1.5clawhub
Team Collaboration Ca6749
team-collaboration-ca6749 appears to be promotional content about gpt subscription discounts rather than an actionable skill with defined inputs, outputs, or procedural steps.
clawhub
Ai Chat Enhancer 0f5a92
从抖音视频学习: ai-chat-enhancer — Windows部署教程,使用Chat2API零成本接入主流模型(如GLM、Kimi、Qwen等)并共享给朋友、同事
clawhub
Audio Device Diagnostic
音频设备诊断技能 — 列出系统所有可用音频输入设备,检测设备是否正常工作。 Trigger: 当音频设备不工作、需要查看可用麦克风、或选择正确的音频输入设备时。
clawhub
Code Sandbox
代码沙箱 - 原创技能。安全执行未验证的AI生成代码,防止恶意代码、系统破坏或意外损害。适用于代码审查、安全验证、AI编程辅助等场景。
clawhub
开源模型 13b59f
从抖音视频学习: 开源模型 — 手把手教你选择开源AI模型!一键分析哪些模型下载量最高,热度最高!
clawhub
办公软件 1896ae
从抖音视频学习: 办公软件 — 原来是办公软件啊妈妈从现在起电脑上只用办公软件我行吧
clawhub
代码审查 89d9f5
从抖音视频学习: 代码审查 — OpenAI Codex教程 #3 - 代码审查
clawhub
Self Improvement Daemon
自我改进守护进程,持续学习优化系统
clawhub
Self Improvement Daemon 2ed609
从抖音视频学习: self-improvement-daemon — 如何利用DTL (Daemon Tools Lite)来安装iso类游戏?(以老游戏安装为例)
clawhub
Side Hustle
Search for side hustle opportunities
clawhub
Skill Validator 4f8f6e
从抖音视频学习: skill-validator — 用魔法创造魔法,如何使用 skill-creater创建skill
clawhub
Solve Problem
Search knowledge base and research solutions
clawhub
Agent开发 09770e
从抖音视频学习: Agent开发 — 【Agent】全B站最全最细的Agent开发教程,2026最新!全程干货,允许白嫖!从入门到企业级实战掌握Agent智能
clawhub
Ai工作流 43de14
从抖音视频学习: AI工作流 — 2026Coze 扣子工作流智能体保姆级搭建教程,专为零基础 AI 新手量身打造,10 分钟无代码手把手实操,解决不会设
clawhub
Ai Agent 441222
从抖音视频学习: AI Agent — 2026吃透AI Agent智能体全套系统教程,手把手教你从0到1打造企业级AI Agent智能体,学完即可就业!拿走不
clawhub
Ai Video 55eeb0
从抖音视频学习: ai-video — 【高清MV】洋澜一 - 菩萨菩萨你睁睁眼【Pinyin Eng Sub AI音乐视频 繁体拼音英文动态字幕 】 Yang
clawhub
Database Helper
Auto-crystallized skill from successful execution
clawhub
Translation Assistant
Translation assistant capability
clawhub
技能创建指南
技能创建指南 - 创建/发布ClawHub技能的完整指南,含模板、最佳实践和发布流程
clawhub
GitHub操作助手
GitHub操作助手 - PR/Issue/代码搜索/仓库管理,基于gh CLI。v2新增:CI状态监控、Release管理、Code Review辅助
clawhub
阅读助手
阅读助手 - 贴链接或粘贴文字,自动提炼4点:主旨/论据/行动/疑问,不用读全文。支持网页抓取和本地文本
clawhub
实现计划生成
实现计划生成 - 从需求生成多阶段实施计划:基础→逻辑→接口→测试→部署。含模板、依赖分析、验收标准
clawhub
测试驱动开发
测试驱动开发 - 严格红/绿/重构循环,一次一个垂直切片,测试先行。含pytest/mock示例和覆盖率检查
clawhub
文本对比工具
文本对比 - 对比两段文本差异,逐行diff,高亮变更,支持side-by-side和unified格式输出
clawhub
Scheduler Pro
任务调度 - 定时任务/周期性任务/一次性提醒,cron语法支持,持久化存储,下次执行时间自动计算
clawhub
Data Analyzer Pro
数据分析 - 加载CSV/JSON自动计算统计描述(均�?中位�?标准�?极�?,异常检测,趋势分析,结果本地持久化
clawhub
Git Commit Helper Pro
Git助手 - 自动生成提交信息/查看状�?分支管理/diff分析,基于Conventional Commits规范
clawhub
PDF Processor Pro
PDF处理 - 文本提取/表格识别/文档合并/页面拆分/元数据读取,纯Python实现
clawhub
Crypto Encoder Pro
编码工具�?- Base64编码/解码、URL编码/解码、SHA256/MD5哈希计算、UUID生成、JWT解析
clawhub
Contract Review Skill
AI-powered contract review that identifies risky clauses, missing provisions, and compliance issues in legal documents for informed decision-making.
clawhub
Karpathy编程四大原则
AI编程四大原则 - 源自Karpathy法则 (forrestchang/andrej-karpathy-skills 94.2k⭐)。用于在AI编程时强制执行先思考、保持简单、精准修改、目标驱动四大原则。适用于AI代码审查、代码生成、修复bug等场景。
clawhub
MemPalace记忆系统助手
MemPalace记忆系统助手 - 基于老四的AI记忆系统。提供结构化记忆存储、快速检索、记忆组织等功能。适用于需要持久化知识、跨会话记忆、语义搜索等场景。
clawhub
意图分类器
意图分类器 - 原创技能。实时分析用户输入,识别真实意图并路由到对应处理流程。支持代码、提问、请求、闲聊等类型识别,适用于AI助手任务调度、智能路由、对话理解等场景。
clawhub
幻觉检测器
幻觉检测器 - 原创技能。检测AI生成代码中的幻觉内容,包括不存在的API、错误的参数、虚假引用等。适用于代码审查、AI编程辅助、质量保证等场景。
clawhub
需求澄清器
需求澄清器 - 原创技能。自动追问模糊需求,减少返工和误解。适用于AI编程、需求分析、任务交接等场景。
clawhub
Windows应用控制器
Windows应用控制器 - 原创技能。让AI通过自动化技术控制Windows应用程序,包括打开/关闭应用、点击按钮、填写表单、截取屏幕等操作。适用于GUI自动化、测试、数据录入等场景。
clawhub
Windows文件管理器
Windows文件管理器 - 原创技能。让AI执行Windows文件操作,包括文件/文件夹的创建、复制、移动、删除、搜索、重命名等。适用于文件整理、批量处理、自动化工作流等场景。
clawhub
博客监控
博客监控技能 - 监控博客和网站更新,通过RSS或网页变化检测。
clawhub
自动学习技能
自动学习技能 - 从对话中自动提取知识并创建技能。基于Memento-Skills的Read-Write循环机制。适用于AI Agent自进化、知识积累、技能自动创建等场景。
534422530 (131 skills ranked by SkillRank) | implexa