← Back to Skills Marketplace
clarezoe

Linux.do Application Writer

by clarezoe · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linuxdo-application
Description
Craft high-pass-rate, de-AI'd Chinese applications (小作文) for Linux.do registration. Conducts an adaptive survey to learn the applicant's real background, the...
README (SKILL.md)

Linux.do Application Writer

Generate a natural, high-pass-rate registration application for Linux.do through an adaptive interview followed by rule-aware, de-AI'd text generation.

Triggers

  • "write linux.do application"
  • "linux.do 小作文"
  • "linux.do 注册申请"
  • "help me apply to linux.do"

Quick Reference

Input Output Duration
Answers to 5-8 survey questions Plain text Chinese application (~80-150 chars) 5-10 min

Process

Phase 1: Applicant Survey

Conduct an adaptive interview in Chinese to collect the 4 required info blocks. Ask one question at a time. Adapt follow-ups based on answers.

Core questions (ask in Chinese, adapt order based on flow):

  1. 你平时主要做什么?(工作、学习、兴趣方向)
  2. 你是怎么知道 Linux.do 的?(搜索、朋友推荐、看到某个帖子?)
  3. 你在上面浏览过哪些内容?有没有印象深的帖子或话题?
  4. 为什么现在想注册?有什么具体的需求或场景吗?
  5. 注册之后你打算怎么用?(潜水、回帖、关注某类话题、分享经验?)

Adaptive rules:

  • If an answer is vague (e.g., "想学习交流"), probe deeper: "具体想学什么?在哪看到过相关讨论?"
  • If an answer already covers multiple blocks, skip redundant questions
  • If the applicant mentions a specific post/topic, ask them to elaborate — this is gold
  • Stop when all 4 info blocks are covered (see references/linuxdo-rules.md)

Verification: Before moving to Phase 2, confirm internally:

  • Background covered (what they do/follow)
  • Discovery path covered (how they found the site)
  • Join reason covered (why register now, specific scenario)
  • Usage plan covered (what they'll do with the account)

If any block is missing, ask one more targeted question.

Phase 2: Draft Generation + Risk Check

Generate the application draft using collected info.

Generation rules:

  1. Write in first person, casual Chinese — like telling a friend why you signed up
  2. Target 80-150 characters. Not too short (looks lazy), not too long (looks try-hard)
  3. Weave all 4 info blocks naturally — do NOT use a 4-paragraph structure
  4. Use the applicant's own words and phrasing where possible
  5. No greetings, no sign-offs, no "你好" or "谢谢" — just the substance
  6. Allow sentence fragments, colloquialisms, and imperfect grammar
  7. Vary sentence length: mix short punchy lines with longer ones

Risk check — scan the draft against these (see references/linuxdo-rules.md):

Risk Level Check
HIGH Does it mention background? Discovery path? Join reason?
HIGH Is there any concrete fact, or is it all fluff?
HIGH Does it look like a template that could apply to anyone?
MEDIUM Is it only admiration/flattery without substance?
MEDIUM Is it only "I can contribute X" without explaining why here?
MEDIUM Is info density too low for the character count?

If any HIGH risk is triggered, rewrite before proceeding.

Phase 3: De-AI Polish + Final Output

Run the draft through the full de-AI checklist (see references/de-ai-checklist.md).

Audit steps:

  1. Check all 12 AI markers — flag and rewrite any matches
  2. Read the text as if you're a human reviewer — does it smell like AI?
  3. Apply the 3-question smell test:
    • Could you swap details and reuse this for someone else? → too generic
    • Does every sentence add new information? → cut filler
    • Would you text this to a friend? → loosen if too formal

Output: Present the final application as plain text in a code block. Tell the user in Chinese: "这是你的申请文,可以直接复制粘贴到注册页面。"

If the user wants changes, revise and re-run Phase 3 checks.

Anti-Patterns

Avoid Why Instead
Parallel structures (我喜欢X,我热爱Y) AI marker #1 Vary grammar patterns
三段式 (首先/其次/最后) AI marker #2 Drop scaffolding
AI vocab (赋能/深耕/沉淀/赛道) AI marker #5 Use plain spoken Chinese
Flattery (久仰大名/慕名而来) High-risk per rules Replace with real discovery story
Generic motivation (想学习交流) Medium-risk per rules State specific use case
Press-release tone AI marker #9 Add 吧/嘛/其实/反正

Verification

After final output, confirm:

  • All 4 info blocks present
  • 80-150 characters
  • Zero high-risk patterns
  • Passes all 12 de-AI markers
  • Reads like a real person wrote it
  • Plain text, no formatting

Extension Points

  1. Rule updates: When Linux.do changes registration rules, update references/linuxdo-rules.md
  2. New AI markers: As AI detection evolves, add markers to references/de-ai-checklist.md
  3. Multi-community: Adapt the survey + rule framework for other invite-only communities

References

Related Skills

Skill Use When
wechat-compliance-check Need to check Chinese content for platform compliance
psychology-master Need deeper user profiling during survey
humanizer-zh Additional de-AI processing for Chinese text
Usage Guidance
This skill is internally consistent: it asks you questions and uses your answers to produce a short, rule-aware Chinese application for Linux.do and includes explicit de-AI checks. Before installing or using it, consider: (1) ethical and policy implications — the tool is designed to remove AI-style markers and may be used to evade moderation or detection; ensure you comply with Linux.do's terms and community rules. (2) Privacy — the agent will ask for personal/background details; do not provide sensitive identifiers (ID numbers, passwords, private contact info). (3) Verification — always read the generated text and confirm it truthfully represents you before submitting. (4) Safety — the skill has no external network calls or credential requests, so the main risk is misuse of the generated content rather than technical exfiltration.
Capability Analysis
Type: OpenClaw Skill Name: linuxdo-application Version: 1.0.0 The skill is a specialized writing assistant designed to help users draft registration applications for the Linux.do forum. It uses an adaptive survey and a detailed 'de-AI' checklist (found in references/de-ai-checklist.md) to ensure the generated Chinese text appears natural and human-written. There is no evidence of data exfiltration, malicious code execution, or harmful prompt injection; the logic is entirely focused on content generation and quality control within the stated scope.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: an instruction-only workflow that runs an adaptive interview and generates a short Chinese application text. It requires no binaries, env vars, or external services, which is proportionate for this content-generation task.
Instruction Scope
SKILL.md stays within the claimed scope: it asks the user questions, collects four information blocks, generates drafts, runs local textual checks (risk check + de-AI checklist), and outputs plain text. Note: the instructions explicitly aim to remove AI markers ('de-AI') to increase pass rate; this is coherent with the stated goal but is a potential misuse vector (evading moderation/AI-detection), not a technical incoherence.
Install Mechanism
No install spec and no code files beyond documentation; instruction-only skills have low filesystem footprint and nothing is downloaded or extracted.
Credentials
The skill requests no environment variables, credentials, or config paths. It solicits personal background from the user (expected for generating an application); users should avoid sharing sensitive PII, but the requested inputs are proportional to the skill's purpose.
Persistence & Privilege
always:false and no install means the skill has no persistent or privileged presence. It does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linuxdo-application
  3. After installation, invoke the skill by name or use /linuxdo-application
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: adaptive survey + de-AI'd Chinese application generator for Linux.do registration
Metadata
Slug linuxdo-application
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Linux.do Application Writer?

Craft high-pass-rate, de-AI'd Chinese applications (小作文) for Linux.do registration. Conducts an adaptive survey to learn the applicant's real background, the... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Linux.do Application Writer?

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

Is Linux.do Application Writer free?

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

Which platforms does Linux.do Application Writer support?

Linux.do Application Writer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Linux.do Application Writer?

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

💬 Comments