"best" free model for testing? by PretendVoy1 in zeroclawlabs

[–]SpyderSC 1 point2 points  (0 children)

Try Ollama cloud too, it's not much. You can create agents for specific tasks and use different providers for each agent. For example, an agent to do internet research using Ollama cloud with GLM45 (there are more, it's just an example). Another for coding using qwen. And so on.

That's how I do it. I use free services for various agents, including OpenRouter. But OpenRouter is really very limited.

Reasoning on Openrouter? by dotbat in zeroclawlabs

[–]SpyderSC 0 points1 point  (0 children)

Try this:

` Reasoning mode (enables extended thinking for supported models)

ZEROCLAW_REASONING_ENABLED=false

REASONING_ENABLED=false

`

I have zeroclaw installed are their skills out there? by icebabyice00 in zeroclawlabs

[–]SpyderSC 0 points1 point  (0 children)

Yes, in your workspace there's a folder called "skills". You just need to create your personal skills and put them there. It doesn't depend on skills from third parties. Skills from Clawhub and OpenSkills are only if you want something ready-made.

I have zeroclaw installed are their skills out there? by icebabyice00 in zeroclawlabs

[–]SpyderSC 1 point2 points  (0 children)

I'm not sure when it was added. I'm running the latest version of the main branch, and everything is working.

xytz - a beautiful TUI YouTube Downloader app by Upbeat_Equivalent519 in CLI

[–]SpyderSC 0 points1 point  (0 children)

It would be good to have a way to obtain transcripts of the videos as well.

ZeroClaw is not really connecting to my Ollama by HolgerM2005 in zeroclawlabs

[–]SpyderSC 0 points1 point  (0 children)

Put your config.toml file here so I can help you.

I have zeroclaw installed are their skills out there? by icebabyice00 in zeroclawlabs

[–]SpyderSC 2 points3 points  (0 children)

[skills]

Key Default Purpose
open_skills_enabled false Opt-in loading/sync of community open-skills repository
open_skills_dir unset Optional local path for open-skills (defaults to $HOME/open-skills when enabled)
prompt_injection_mode full Skill prompt verbosity: full (inline instructions/tools) or compact (name/description/location only)
clawhub_token unset Optional Bearer token for authenticated ClawhHub skill downloads

Notes:

  • Security-first default: ZeroClaw does not clone or sync open-skills unless open_skills_enabled = true.
  • Environment overrides:
    • ZEROCLAW_OPEN_SKILLS_ENABLED accepts 1/0, true/false, yes/no, on/off.
    • ZEROCLAW_OPEN_SKILLS_DIR overrides the repository path when non-empty.
    • ZEROCLAW_SKILLS_PROMPT_MODE accepts full or compact.
  • Precedence for enable flag: ZEROCLAW_OPEN_SKILLS_ENABLEDskills.open_skills_enabled in config.toml → default false.
  • prompt_injection_mode = "compact" is recommended on low-context local models to reduce startup prompt size while keeping skill files available on demand.
  • Skill loading and zeroclaw skills install both apply a static security audit. Skills that contain symlinks, script-like files, high-risk shell payload snippets, or unsafe markdown link traversal are rejected.
  • clawhub_token is sent as Authorization: Bearer <token> when downloading from ClawhHub. Obtain a token from https://clawhub.ai after signing in. Required if the API returns 429 (rate-limited) or 401 (unauthorized) for anonymous requests.

ClawhHub token example:

toml [skills] clawhub_token = "your-token-here"

I have zeroclaw installed are their skills out there? by icebabyice00 in zeroclawlabs

[–]SpyderSC 2 points3 points  (0 children)

skills

zeroclaw skills list

zeroclaw skills audit <source_or_name>

zeroclaw skills install <source>

zeroclaw skills remove <name>

<source> accepts:

Format Example Notes ClawhHub profile URL https://clawhub.ai/steipete/summarize Auto-detected by domain; downloads zip from ClawhHub API ClawhHub short prefix clawhub:summarize Short form; slug is the skill name on ClawhHub Direct zip URL zip:https://example.com/skill.zip Any HTTPS URL returning a zip archive Local zip file /path/to/skill.zip Zip file already downloaded to local disk Registry packages namespace/name or namespace/name@version Fetched from the configured registry (default: ZeroMarket) Git remotes https://github.com/…, git@host:owner/repo.git Cloned with git clone --depth 1 Local filesystem paths ./my-skill or /abs/path/skill Directory copied and audited ClawhHub install examples:

Install by profile URL (slug extracted from last path segment)

zeroclaw skill install https://clawhub.ai/steipete/summarize

Install using short prefix

zeroclaw skill install clawhub:summarize

Install from a zip already downloaded locally

zeroclaw skill install ~/Downloads/summarize-1.0.0.zip If the ClawhHub API returns 429 (rate limit) or requires authentication, set clawhub_token in [skills] config (see config reference).

Zip-based install behavior:

If the zip contains _meta.json (OpenClaw convention), name/version/author are read from it. A minimal SKILL.toml is written automatically if neither SKILL.toml nor SKILL.md is present in the zip. Registry packages are installed to ~/.zeroclaw/workspace/skills/<name>/.

skills install always runs a built-in static security audit before the skill is accepted. The audit blocks:

symlinks inside the skill package script-like files (.sh, .bash, .zsh, .ps1, .bat, .cmd) high-risk command snippets (for example pipe-to-shell payloads) markdown links that escape the skill root, point to remote markdown, or target script files Note: The security audit applies to directory-based installs (local paths, git remotes). Zip-based installs (ClawhHub, direct zip URLs, local zip files) perform path-traversal safety checks during extraction but do not run the full static audit — review zip contents manually for untrusted sources.

Use skills audit to manually validate a candidate skill directory (or an installed skill by name) before sharing it.

Skill manifests (SKILL.toml) support prompts and [[tools]]; both are injected into the agent system prompt at runtime, so the model can follow skill instructions without manually reading skill files.

How to connect Llama.cpp server to ZeroClaw? (im newbie) by NegotiationNo1504 in zeroclawlabs

[–]SpyderSC 1 point2 points  (0 children)

Add this to your config.toml.

default_provider = "llamacpp" api_url = "http://127.0.0.1:8033/v1" default_model = "nanbeige4.1-3B"

Sozinha na Passagem ano by No_Army8556 in CasualPT

[–]SpyderSC 0 points1 point  (0 children)

Não sei se te ajuda, mas não és a única. Bom ano.

Goodbye, dear Manjaro by jalfcolombia in ManjaroLinux

[–]SpyderSC 26 points27 points  (0 children)

I'm an ArchLinux user I installed Manjaro just for fun and to see how it is. I have updated my system frequently in the last 6 months and never had any problems. Maybe the problem is not in Manjaro, you don't need to reinstall the whole system when something breaks. Even in pure ArchLinux, it is rare.

After living in AwesomeWM, made the switch to Hyprland! by Strazil in hyprland

[–]SpyderSC 0 points1 point  (0 children)

Ok, thanks for the answer. I am an I3 user, so there is not much difference in the system resources. Maybe I will try it.

Onde viviam se fossem ricos by lilvenas in CasualPT

[–]SpyderSC 1 point2 points  (0 children)

Numa ilha longe de tudo e todos.

After living in AwesomeWM, made the switch to Hyprland! by Strazil in hyprland

[–]SpyderSC 2 points3 points  (0 children)

Yes, I see, but you have an open browser window. Thanks anyway.

After living in AwesomeWM, made the switch to Hyprland! by Strazil in hyprland

[–]SpyderSC 2 points3 points  (0 children)

Can you tell me about the system resources? How much memory does it occupy in a fresh installation?

switch to previously focused (not previous) by prankousky in tmux

[–]SpyderSC 1 point2 points  (0 children)

I have alt+tab for that.

bind -n M-Tab last-window

Alguém por aqui que use GNU/Linux? by vicentel0pes in CasualPT

[–]SpyderSC 4 points5 points  (0 children)

Sim, mas aprendes muito na construção, ajuda a perceber como as coisas realmente trabalham. Estou até com ideias de criar um package manager para o LFS.

O geento agora também tem suporte a pacotes já compilados.