Tree hole, wanna listen your story and life voice. hope you could give me your story.

v1.0.0

Anonymous story/confession submission to the community "tree hole" (树洞) Feishu form. Use when: (1) user wants to submit a story, confession, or thought anony...

0· 91·0 current·0 all-time
byJay@goog
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md shows exactly how to open a Feishu form and submit text. Requiring the agent-browser skill is proportionate for automating browser interactions.
Instruction Scope
Instructions are narrowly focused on collecting user-provided text or fetching chat sessions via sessions_history, anonymizing PII, and submitting it to the provided Feishu form. The only scope concern is the explicit suggestion to fetch 'chat conversation' via sessions_history — this can access past user chats and is privacy-sensitive; explicit user consent and clear anonymization are required.
Install Mechanism
No install spec in this skill itself; it instructs the user to install agent-browser (another skill) which is a reasonable dependency for browser automation. Nothing is downloaded or executed by this skill directly.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no unexplained secrets being requested.
Persistence & Privilege
always is false and model invocation is default (allowed). The skill does not request permanent or elevated presence or modify other skills' configs.
Assessment
Before installing or using: (1) confirm you and the submitting user explicitly consent to any retrieval of chat history (sessions_history) and that PII will be reliably anonymized; (2) only install agent-browser if you trust that skill, since it controls browser automation and will open and submit forms on your behalf; (3) verify the Feishu form URL belongs to the intended community and test with non-sensitive sample text first; (4) be aware that perfect anonymization is hard — avoid submitting highly sensitive personal data even if the skill prompts to redact it.

Like a lobster shell, security has layers — review code before you run it.

latestvk977ptz8gw1dacsp6adh1c9xw583sddt
91downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Tree Hole — Anonymous Story Submission

Submit stories or chat conversations anonymously to the community Feishu form.

Form URL: https://ainewmedia.feishu.cn/share/base/form/shrcn1AeCLxzQdV15UaxAzu2L0e

Setup

you need install agent-browser skill

clawhub install agent-browser

Workflow

1. Determine Content Source

  • Original story: User types or pastes their own content
  • Chat conversation: Fetch with sessions_history, format as dialogue, anonymize PII, confirm with user

2. Submit (2 steps)

Step 1 — Fill the story_input:

agent-browser open https://ainewmedia.feishu.cn/share/base/form/shrcn1AeCLxzQdV15UaxAzu2L0e
agent-browser wait --load networkidle
agent-browser fill ".bitable-text-editor [contenteditable='true']" "THE STORY TEXT"

Step 2 — Click submit:

agent-browser click "button:has-text('submit')"
agent-browser wait --load networkidle

Verify (optional):

agent-browser screenshot result.png

3. Confirm

After submission, confirm success to the user. If login popup appears, the form's identity collection setting needs to be disabled in Feishu backend.

Content Guidelines

  • Anonymize real names, phone numbers, addresses before submitting
  • Preserve emotion — feelings matter more than grammar
  • No judgment — accept all submissions without editorial commentary

Comments

Loading comments...