openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Worktile

Extract and summarize public project and announcement information from Worktile shared pages without requiring login or accessing private data.

数据与表格

作者:ClawKK @ codekungfu

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.0

统计:⭐ 0 · 41 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:codekungfu/worktile

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requests and runtime instructions are coherent with its stated purpose of scraping and summarizing publicly shared Worktile pages and do not ask for unnecessary credentials or installs.

目的

Name/description (extract public Worktile share pages) align with the SKILL.md: all described actions are web page visits and parsing of public content. No unrelated credentials, binaries, or config paths are requested.

说明范围

Runtime instructions focus on visiting public share pages, waiting for dynamic rendering, extracting titles/metadata/task stats and summarizing — they do not instruct reading local files, accessing unrelated secrets, or posting data to third-party endpoints. The guidance to respect frequency control and only handle public pages limits scope.

安装机制

Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded during install, which is the lowest-risk posture.

证书

No environment variables, credentials, or config paths are requested. The declared needs (none) are proportionate to a web-scraping/summary skill.

持久

always is false and the skill does not request persistent system-wide privileges or modify other skills. Autonomous invocation is allowed (platform default) but not elevated by this skill.

综合结论

This skill appears coherent and limited to publicly shared Worktile pages. Before installing, consider: (1) confirm you only intend to analyze public share links (do not feed private/team links), (2) verify compliance with Worktile's terms of service and robots.txt, and (3) be aware the agent will access external URLs when invoked — if you restrict network access for agents, grant it only if you trust the skill. Because this is instruction-onl…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Worktile」。简介:Extract and summarize public project and announcement information from Worktile…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/codekungfu/worktile/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: worktile-hot-trend
description: 注册“Worktile”技能;用于公开项目/公告页信息整理与任务摘要。
homepage: `https://worktile.com/`
metadata: {"clawdbot":{"emoji":"🧰"}}
---

# Worktile

用途与边界

- 面向公开项目与公告页的信息提取与摘要
- 不提供账号登录或任务操作能力
- 仅处理公开可访问页面

关键入口

- 主页:https://worktile.com/
- 项目/公告分享页:公开链接
- 帮助中心:站点入口

常见任务

- 公告分享页的标题/作者/更新时间与正文摘要
- 公开项目页的任务分组与状态分布统计
- 项目文档与资源链接整理

数据字段

- 标题、作者、更新时间、正文摘要、标签、来源链接
- 任务分组、任务数量、状态分布(待办/进行/已完成)
- 文档标题、资源链接

自动化要点

- 内容动态加载,需等待渲染完成后解析
- 无账号鉴权能力,仅处理公开分享
- 频率控制避免重复访问

示例流程

- 公告摘要:访问分享页 → 解析标题/作者/更新时间 → 抽取正文摘要
- 项目统计:进入项目页 → 抽取任务分组 → 统计状态分布
- 资源整理:访问项目文档 → 汇总资源链接 → 输出清单

合规提示

- 遵守平台与团队信息安全规定,不处理非公开内容
- 输出仅用于内部分析与提醒