Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

funky-fund-flamingo时髦基金火烈鸟

Agent Skill

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

总安装

23,769

周安装

1,021

GitHub Stars

公开资料未说明

下载量

8,331
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install funky-fund-flamingo

简介

OpenClaw 的修复优先自我进化——审核日志、内存和技能;运行可测量的突变周期。得到报酬。发展。重复。多拉多拉比尔你们大家。

SKILL.md

name
funky-fund-flamingo
version
1.0.35
description
Repair-first self-evolution for OpenClaw — audit logs, memory, and skills; run measurable mutation cycles. Get paid. Evolve. Repeat. Dolla dolla bill y'all.
homepage
https://clawhub.ai
metadata
short-description
Get paid. Evolve. Repeat.
clawdbot
emoji
🦩
requires
env
[] # all env vars below are optional
files
["index.js", "evolve.js", "agents/*.yaml", "ADL.md", "VFM.md", "TREE.md"]
tags

🦩 Funky Fund Flamingo — Make That Paper

Use this skill when you're ready to get paid. We inspect reality, kill breakage and value leaks, and run mutation cycles that produce concrete gains — so the stack earns, not just runs.

When To Use

  • Runtime logs are screaming and you need structured repair so shit works and keeps making money.
  • The agent is stable but stagnating — time for a deliberate capability mutation that moves the needle.
  • You want one execution plan that combines logs + memory + skills into a cycle that pays off.
  • You need continuous relay mode (--loop / --funky-fund-flamingo) so evolution runs in the background and the revenue keeps flowing.

Inputs And Context

  • Session logs: ~/.openclaw/agents/<agent>/sessions/*.jsonl
  • Workspace memory: MEMORY.md, memory/YYYY-MM-DD.md, USER.md
  • Installed skills list from workspace skills/
  • Optional environment overrides from ../../.env

Entrypoints

  • Main runner: index.js
  • Prompt builder and cycle logic: evolve.js

Run from workspace root:

node skills/funky-fund-flamingo/index.js run

Run from inside this skill directory:

node index.js run

Execution Modes

# single cycle — one shot, max impact
node index.js run

# alias command
node index.js /evolve

# human confirmation before significant edits (protect the bag)
node index.js run --review

# prompt generation only (writes prompt artifact to memory dir)
node index.js run --dry-run

# continuous relay — keep the money printer running
node index.js --loop
node index.js run --funky-fund-flamingo

Cycle Contract

Each cycle should:

  1. Inspect recent session transcript — find breakages, repetition, value leaks.
  2. Read memory + user context so evolution is aligned with what actually pays.
  3. Select mutation mode (repair, optimize, expand, instrument, personalize).
  4. Produce actionable mutation instructions and reporting so you see the ROI.
  5. Persist state (memory/evolution_state.json) and optionally schedule the next loop.
  6. Persist long-term evolution learning (memory/funky_fund_flamingo_persistent_memory.json) so strategy compounds and the bag gets bigger.

Safety Constraints (Protect the Bag)

  • No destructive git/file ops unless explicitly requested.
  • Repair and reliability first when instability is detected — downtime = no revenue.
  • Respect review mode before applying significant edits.
  • Keep changes scoped and explainable; no no-op cycles that burn compute for nothing.
  • Local-only execution: no publish, no push to remote git, no external tool spawning without intent.

External Endpoints

URLData sentPurpose
None (from this skill's code)This skill's Node.js code does not open sockets or make HTTP requests. It only reads/writes local files.

Important: The repo includes agent config templates (agents/openai.yaml, agents/openrouter.yaml) for use by an OpenClaw (or other) agent. When you run an agent that uses this skill with a cloud model (OpenAI, OpenRouter, etc.), that agent will send the prompts this skill builds — which can include excerpts from session logs, memory, and workspace context — to the provider's API. So "local-only" applies to the skill binary itself; if the skill is invoked by an agent backed by a third-party LLM, data can leave the machine via that agent. To stay fully local, run node index.js run (or --dry-run) without routing the generated prompt through a cloud model.

Security & Privacy

  • Reads: Session logs under ~/.openclaw/agents/<agent>/sessions/*.jsonl, workspace MEMORY.md, memory/, USER.md, and the skills/ directory.
  • Writes: memory/evolution_state.json, memory/funky_fund_flamingo_persistent_memory.json, and optionally prompt artifacts in the memory dir. This skill does not push or publish anywhere; any outbound data is only via whatever agent/model stack you choose to run.
  • No network from skill code: The skill itself does not open sockets or make HTTP requests.

Optional environment variables

No env vars are required. The following are optional overrides (see evolve.js / README):

VariablePurposeTypical default
AGENT_NAMEAgent session folder under ~/.openclaw/agents/main
MEMORY_DIRDirectory for evolution state and persistent memoryworkspace memory/
TARGET_SESSION_BYTESMax bytes read from latest session log64000
LOOP_MIN_INTERVAL_SECONDSMin delay between loop cycles900
MAX_MEMORY_CHARS, MAX_TODAY_LOG_CHARS, MAX_PERSISTENT_MEMORY_CHARSContent caps for promptssee evolve.js
ECONOMIC_KEYWORDSComma-separated keywords for value scoringbuilt-in list
EVOLVE_REPORT_DIRECTIVE, EVOLVE_EXTRA_MODES, EVOLVE_ENABLE_SESSION_ARCHIVEBehavior tweaks

Model invocation

Evolution can be run manually (node index.js run) or by an agent that uses this skill. In relay mode (--loop / --funky-fund-flamingo), this process only plans and writes prompts; it does not call any model API. If you run an agent that consumes this skill with OpenAI/OpenRouter/etc., that agent will perform the model calls. To avoid sending local context to a provider, run the skill in --dry-run and do not feed the generated prompt to a cloud model.

Master directive and mutation pressure

The master directive (funky-fund-flamingo-master-directive.json) sets must_evolve_each_cycle and no_op_forbidden, which push every cycle toward making a concrete change. That can increase how often local files are mutated. For lower risk, prefer --review (confirm before significant edits) or --dry-run (prompt generation only, no writes). You can also edit or override the directive to relax these flags.

Trust Statement

By using this skill, you run Node.js code that reads and writes files in your OpenClaw workspace and agent session directories. This skill's code does not send data to third parties; if an agent that uses this skill calls a cloud LLM, that agent (not this skill binary) sends the prompt. Only install if you trust the skill source (e.g. ClawHub and the publisher).

Supporting References

  • ADL.md — anti-degeneration so we don't break the money printer
  • VFM.md — value-focused mutation: only changes that pay
  • TREE.md — capability topology and revenue-ready nodes
  • .clawhub/FMEP.md (forced mutation execution policy)

Minimal Verification

node index.js --help

*Dolla, dolla bill y'all. 🦩*

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

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

平台分布

OpenClaw

94.74%
按下载量换算7,893

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills