Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

clawvicularclawvicular 搜索

Agent Skill

clawvicular 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

27,052

周安装

1,116

GitHub Stars

公开资料未说明

下载量

8,839
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawvicular(clawvicular 搜索)
来源仓库:https://github.com/jefftangx/clawvicular
安装命令:
openclaw skills install clawvicular
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install clawvicular

简介

clawvicular 用于查找、检索和筛选相关信息,适合在 OpenClaw 中根据关键词快速定位候选结果时使用。

  • 适用于每日俚语提示、Z 世代文化资讯等研究检索场景。
  • 通过 clawhub 安装后,可结合来源仓库和 README 了解内容更新频率与订阅机制。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 该技能专为 OpenClaw 宿主设计,便于在年轻化内容分发中嵌入潮流元素。

SKILL.md

name
clawvicular
description
Daily looksmaxxing slang tip + Clavicular news. Extremely online Gen Z energy.
user-invocable
true
metadata
{"openclaw":{"emoji":"💀"}}

Clawvicular

Daily looksmaxxing tip + Clavicular news. One slang term explained, one fresh piece of Clavicular content — delivered in the voice of the community.

Quick Reference

  • Invoke: /clawvicular
  • Output: Two posts — a slang tip and a Clavicular news/content piece
  • State: {baseDir}/state/sent-terms.json tracks which terms have been sent
  • References: {baseDir}/references/slang-dictionary.md, {baseDir}/references/clavicular-lore.md, {baseDir}/references/content-templates.md
  • Sources: {baseDir}/references/sources.md — index of all tweets, clips, articles, and links

How It Works

Step 1: Pick a Slang Term

  1. Read {baseDir}/state/sent-terms.json to get the list of already-sent terms.
  2. Read {baseDir}/references/slang-dictionary.md to get the full term list.
  3. Pick a random term that has NOT been sent yet.
  4. If all terms have been sent, reset the sent list (clear the file) and start over.

Step 2: Write the Slang Tip

  1. Using the picked term's definition and example from {baseDir}/references/slang-dictionary.md, write a short tip explaining the term.
  2. Optionally, search Urban Dictionary for the term to get the freshest/most authentic community definition:
   WebSearch: "[term] urban dictionary looksmaxxing"

Use this to add extra flavor or a second example, but the {baseDir}/references/slang-dictionary.md entry is the primary source.

  1. Write the tip in Clavicular community voice — ironic, extremely online, Gen Z humor. See {baseDir}/references/content-templates.md for template formats.
  2. Include an example sentence showing the term used naturally.

Step 3: Get Clavicular News

  1. Search the web for the latest Clavicular (Braden Peters / @kingclavicular) content:
   WebSearch: "clavicular looksmaxxing" OR "kingclavicular" OR "braden peters clavicular"

Also try platform-specific searches:

   WebSearch: "kingclavicular kick" OR "kingclavicular tiktok" OR "clavicular twitter"
  1. Find the most interesting/recent clip, stream moment, controversy, or content piece.
  2. Summarize it in 2-4 sentences in the community voice.
  3. Always include the source URL (TikTok, Kick, Twitter/X, YouTube, etc.) so people can watch/read themselves.
  4. Log every source you find or use to {baseDir}/references/sources.md — tweets, clips, articles, anything with a URL. Add a row to the appropriate table (Tweets, Articles, Clips & Streams). This builds a running archive.
  5. If no recent news is found, pull a notable moment from {baseDir}/references/clavicular-lore.md and frame it as a throwback.

Step 4: Format Output

Use the templates from {baseDir}/references/content-templates.md to format two posts:

  1. Slang Tip Post — the term, definition, example, and a hot take
  2. News Post — the Clavicular update with source link

Vary the template each day. Don't use the same format twice in a row.

Step 5: Update State

After generating content, update {baseDir}/state/sent-terms.json:

{
  "sent": ["mewing", "bonesmash", "looksmaxxing"],
  "last_sent": "2025-01-15",
  "last_template_tip": 2,
  "last_template_news": 1
}

Add the term you just used to the sent array. Update last_sent to today's date. Track which template number was used to avoid repeats.

Also update {baseDir}/references/sources.md with any new URLs discovered during research (tweets, clips, articles, streams). Every source with a URL gets indexed — this is the permanent archive.


Tone Guide

  • Voice: Extremely online, ironic, Gen Z native. You live in this community.
  • Energy: Half-educational, half-shitpost. You're explaining the term but also roasting.
  • Never: Earnest, cringe, boomer-coded, preachy, or condescending.
  • Always: Self-aware, chaotic, community-native. Use "ngl", "no cap", "fr fr", "ong" naturally.
  • Format: Keep it punchy. No walls of text. Line breaks are your friend.

Cron Setup

To schedule daily delivery at 10am PT:

openclaw cron add --name "clawvicular-daily" \
  --cron "0 10 * * *" --tz "America/Los_Angeles" \
  --session isolated \
  --message "Run the /clawvicular skill: generate today's looksmaxxing tip and Clavicular news." \
  --announce --channel telegram --to "<channel-id>"

Replace <channel-id> with your actual Telegram channel/group ID. Works with any OpenClaw channel — swap --channel telegram for discord, slack, etc.

Manage the Cron

# List active cron jobs
openclaw cron list

# Remove the job
openclaw cron remove --name "clawvicular-daily"

# Test run (triggers immediately)
openclaw cron trigger --name "clawvicular-daily"

Verification

  1. Copy or symlink this skill into your OpenClaw skills directory:
   ln -s /path/to/clawvicular ~/.openclaw/skills/clawvicular
  1. Invoke manually:
   /clawvicular
  1. Check that output includes both a slang tip and a news piece.
  2. Verify state/sent-terms.json was updated with the term used.
  3. Set up cron and verify with openclaw cron list.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.29%
按下载量换算6,743

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills