openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Project Writing

Always wrap the main content of your response within <ama-doc></ama-doc> tags to clearly distinguish the core information from any introductory or concluding...

开发与 DevOps

许可证:MIT-0

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

版本:v0.1.0

统计:⭐ 0 · 712 · 3 current installs · 4 all-time installs

0

安装量(当前) 4

🛡 VirusTotal :良性 · OpenClaw :良性

Package:alvinecarn/project-writing

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This is a narrowly scoped, instruction-only skill that only asks the agent to wrap main content in <ama-doc> tags and requests no credentials, installs, or filesystem access.

目的

The name/description (project writing / wrap main content in <ama-doc> tags) matches the SKILL.md instructions and the skill does not request unrelated resources or permissions.

说明范围

Instructions are narrowly scoped to applying <ama-doc> wrappers. The file mentions template variables (e.g., $DATE$, $SESSION_GROUP_ID$) without specifying their source; this is ambiguous but not itself harmful — verify where those substitutions come from in your agent runtime if you rely on them.

安装机制

No install spec and no code files (instruction-only), so nothing is written to disk or fetched during install.

证书

The skill declares no required environment variables, credentials, or config paths — nothing disproportionate is requested for the stated purpose.

持久

always is false and the skill does not request elevated or persistent system privileges. It uses the platform default of allowing autonomous invocation, which is normal for skills.

综合结论

This skill is low-risk and does only formatting (wrapping responses in <ama-doc> tags). Before installing, confirm where any template variables (like $DATE$ or $SESSION_GROUP_ID$) will be sourced from in your agent runtime so you know what data might be substituted. If you want to be cautious, test the skill in a safe environment and review the agent configuration that provides template values; otherwise this skill appears coherent and proport…

安装(复制给龙虾 AI)

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

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Project Writing」。简介:Always wrap the main content of your response within  tags to clearly distingui…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alvinecarn/project-writing/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: project-writing
description: Always wrap the main content of your response within <ama-doc></ama-doc> tags to clearly distinguish the core information from any introductory or concluding remarks.
---

# Project Writing

## Overview

This skill provides specialized capabilities for project writing.

## Instructions

Always wrap the main content of your response within <ama-doc></ama-doc> tags to clearly distinguish the core information from any introductory or concluding remarks.


## Usage Notes

- This skill is based on the Project_Writing agent configuration
- Template variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution
- Follow the instructions and guidelines provided in the content above