Raymond Lo
  • NEW!
    NEW!  Connect Ideas Across Notes
    Save time and share insights. With Paragraph Citation, you can quote others’ work with source info built in. If someone cites your note, you’ll see a card showing where it’s used—bringing notes closer together.
    Got it
      • Create new note
      • Create a note from template
        • Sharing URL Link copied
        • /edit
        • View mode
          • Edit mode
          • View mode
          • Book mode
          • Slide mode
          Edit mode View mode Book mode Slide mode
        • Customize slides
        • Note Permission
        • Read
          • Only me
          • Signed-in users
          • Everyone
          Only me Signed-in users Everyone
        • Write
          • Only me
          • Signed-in users
          • Everyone
          Only me Signed-in users Everyone
        • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invite by email
        Invitee

        This note has no invitees

      • Publish Note

        Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

        Your note will be visible on your profile and discoverable by anyone.
        Your note is now live.
        This note is visible on your profile and discoverable online.
        Everyone on the web can find and read all notes of this public team.

        Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

        Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

        Explore these features while you wait
        Complete general settings
        Bookmark and like published notes
        Write a few more notes
        Complete general settings
        Write a few more notes
        See published notes
        Unpublish note
        Please check the box to agree to the Community Guidelines.
        View profile
      • Commenting
        Permission
        Disabled Forbidden Owners Signed-in users Everyone
      • Enable
      • Permission
        • Forbidden
        • Owners
        • Signed-in users
        • Everyone
      • Suggest edit
        Permission
        Disabled Forbidden Owners Signed-in users Everyone
      • Enable
      • Permission
        • Forbidden
        • Owners
        • Signed-in users
      • Emoji Reply
      • Enable
      • Versions and GitHub Sync
      • Note settings
      • Note Insights New
      • Engagement control
      • Make a copy
      • Transfer ownership
      • Delete this note
      • Save as template
      • Insert from template
      • Import from
        • Dropbox
        • Google Drive
        • Gist
        • Clipboard
      • Export to
        • Dropbox
        • Google Drive
        • Gist
      • Download
        • Markdown
        • HTML
        • Raw HTML
    Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
    Create Create new note Create a note from template
    Menu
    Options
    Engagement control Make a copy Transfer ownership Delete this note
    Import from
    Dropbox Google Drive Gist Clipboard
    Export to
    Dropbox Google Drive Gist
    Download
    Markdown HTML Raw HTML
    Back
    Sharing URL Link copied
    /edit
    View mode
    • Edit mode
    • View mode
    • Book mode
    • Slide mode
    Edit mode View mode Book mode Slide mode
    Customize slides
    Note Permission
    Read
    Only me
    • Only me
    • Signed-in users
    • Everyone
    Only me Signed-in users Everyone
    Write
    Only me
    • Only me
    • Signed-in users
    • Everyone
    Only me Signed-in users Everyone
    Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    1
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Spark OpenClaw + Nemotron 3 Super We will use ollama to download and install nemotron 3 super and openclaw. At the end you will be able to message openclaw directly on the terminal, the control UI, or via whatsapp. Step 0 is to ensure docker got the right permissions. ``` sudo usermod -aG docker $USER newgrp docker ``` Then, we install the latest Ollama (verified up to 0.20.7) ``` #ollama curl -fsSL https://ollama.com/install.sh | sh #for quick testing the model ollama pull nemotron-3-super #load and run ollama run nemotron-3-super --verbose ollama launch openclaw --model nemotron-3-super ``` ![image](https://hackmd.io/_uploads/SJT-G9V5bl.png) Then, here are a few update (4/6/2026) ``` #run this if gateway is not approved (4/6/2026 bug) openclaw devices approve #also update the .json to avoid timeout issues. #https://www.reddit.com/r/LocalLLaMA/comments/1scdcqe/openclaw_llm_timeout_solved/ add timeoutseconds to .openclaw/openclaw.json { "agents": { "defaults": { "timeoutSeconds": 300, "llm": { "idleTimeoutSeconds": 300 } } } } #type this to show all the substeps when running with openclaw tui /verbose full ``` Once it is ready, you can enter a prompt on the terminal to interact with openclaw, or you can click on the URL (e.g., http://localhost:18789/ ...) to open the control UI, and you can start messaging the Nemotron 3 Super models, and see all the other features. ![image](https://hackmd.io/_uploads/SJw-iYVcZx.png) Onboarding new user to setup channels like whatsapp ``` openclaw configure --section channels ``` Follow the instruction by selecting Whatsapp, and get the QR code ready on terminal. Then, on your phone, go to ["Linked Device"](https://faq.whatsapp.com/1317564962315842/?cms_platform=android) and scan the QR. Then wait. At the end message 'Yourself' (yes see below) in Whatsapp app to talk to the openclaw. ![Image from iOS](https://hackmd.io/_uploads/rytIg94cZl.jpg) Note: Make sure you remove any existing openclaw configs before starting the above scripts or it can conflict (which made me confused why whatsapp did not reply) ## Setup a cron job and newsletter One quick way to setup openclaw is to ask it to give you news from RSS feed, and present you back with a summary and links. You simply speak to it and it will handle the complexity for you. The ideal prompt for triggering this will be: ``` read rss news from techcrunch about nvidia gtc ``` Then, to create a cron job ``` please repeat the news every 12 hours ``` ![Image from iOS (1)](https://hackmd.io/_uploads/ryc8_9Vc-e.jpg) After that you can check your 'cron job' tab in the WebUI, and where you will be able to see the new jobs. (See screenshot below) ## Some demo tricks 1. Use ```/verbose full``` to see mid-results and improve responsiveness. Before: ![Screenshot from 2026-04-07 10-31-35](https://hackmd.io/_uploads/S1aCkTGhZg.png) After: ![Screenshot from 2026-04-07 10-31-56](https://hackmd.io/_uploads/SJa0JpGh-l.png) 2. Try demos that's complex up front, and share the results to the audience. ![Untitled](https://hackmd.io/_uploads/rksqazD9be.jpg) For example, ou can try a research example, and save up the results to show to the audience. ![Screenshot from 2026-04-06 21-52-26](https://hackmd.io/_uploads/rk5spWf2We.png) And here is the actual output file (txt): ``` OpenClaw Demo Showcase in Korea - Research Report Date: 2026-04-06 Overview: OpenClaw is an open-source personal AI assistant framework that has gained traction in South Korea. The community is active in Seoul and other major cities, with events and collaborations highlighting its use cases. Community Activities: 1. OpenClaw Builder Meetup in Seoul - Date: Saturday, 14 March 2026, 12:00 UTC - Location: 사이오닉에이아이 지하 1층, 강남구 남부순환로359길 29, Seoul - Hosted by: Instruct.KR - Details: This meetup focused on building with OpenClaw, showcasing demos and networking. - Source: CreateWith event page, Luma page. 2. AI Builders - Clawdbot? Openclaw.. Why now ? - Date: 2026년 2월 28일 (토) AM 10:00 (Feb 28, 2026) - Hosted by: Allan A. via Meetup (AI Builders Seoul) - Details: Deep dive into OpenClaw as an AI agent framework, comparing with alternatives. - Source: Meetup event page. 3. OpenClaw Korea Community - Organization: OpenClaw Korea (@OpenClaw-Korea) on GitHub - Location: Seoul, Korea - Website: https://github.com/OpenClaw-Korea - Public Repos: 7, Followers: 10 (as of search) - Source: GitHub organization page. Case Studies: 4. Naver Cloud Explores OpenClaw-Based AI Agent Development with B2B Focus - Date: 2026-04-07T07:05:47+09:00 (April 7, 2026) - Source: Seoul Economic Daily (English version) - Summary: Naver Cloud is exploring the development of AI agents using OpenClaw for B2B applications, indicating enterprise interest. - Link: https://en.sedaily.com/finance/2026/04/07/naver-cloud-explores-openclaw-based-ai-agent-development 5. OpenClaw AI Agent for Ecommerce Operations | Nventory South Korea - Date: Feb 25, 2026 - Source: Nventory.io blog - Summary: Details how OpenClaw is being used to reshape ecommerce operations in South Korea, showcasing a practical demo. - Link: https://nventory.io/kr/blog/openclaw-ai-agent-ecommerce-operations Documentation & Resources: - OpenClaw Showcase (쇼케이스) page (Korean): https://openclawdoc.org/ko-KR/start/showcase - OpenClaw Docs (Korean): https://openclaws.io/ko/docs/start/showcase - OpenClaw Korea Community Wiki: https://clawbot.ai/wiki/industry/openclaw-korea-community.html Recommendations for Showcasing Demos in Korea: 1. Leverage Local Meetups: Partner with groups like Instruct.KR and AI Builders Seoul to host demo sessions at their events. 2. Showcase Real-World Use Cases: Highlight implementations like Nventory's ecommerce agent and Naver Cloud's B2B exploration. 3. Utilize Korean Language Resources: Provide demos and documentation in Korean to lower barrier for entry. 4. Engage with Developer Communities: Participate in GitHub repositories under OpenClaw-Korea and share code samples. 5. Target Specific Industries: Focus on ecommerce, cloud services, and automation where OpenClaw has shown traction. 6. Host Hackathons or Build Sessions: Encourage hands-on building to demonstrate ease of use and extensibility. 7. Showcase at Tech Events: Consider larger events like Developer Weeks or AI expos in Seoul, Busan, and Daegu. 8. Create Video Tutorials: Produce Korean-language video demos (YouTube, Naver TV) showing setup and customization. 9. Highlight Integration: Demonstrate how OpenClaw works with popular Korean apps (KakaoTalk, Naver, etc.) if possible. 10. Offer Localized Support: Provide Korean-speaking support channels (Discord, forums) for troubleshooting and guidance. Conclusion: OpenClaw has a growing presence in Korea with active community events, enterprise interest, and practical use cases. The best way to showcase demos is through localized, hands-on events that highlight real-world applications and provide Korean language resources. ``` Or ask about github issues and research painpoints regulary etc... ![Screenshot from 2026-04-06 22-06-35](https://hackmd.io/_uploads/SkwzWGGnZl.png) ``` OpenClaw Developer Pain Points Analysis Date: 2026-04-06 Overview: This document summarizes the developer pain points identified through analysis of OpenClaw's GitHub repositories, issues, and community discussions. The pain points are categorized by severity and frequency based on community feedback. Top Developer Pain Points: 1. Configuration and Authentication Issues (Blocker) - Single Point of Failure: Single openclaw.json config file - one bad key kills the gateway and all communication - Config/auth/state drift: "It works in CLI but not in Telegram" - Very high frequency (~12+) - Gateway token auth failures: Most-Googled error: WS 1008 - Very high frequency - Custom LLM provider auth: Ollama/LM Studio need dummy tokens - High frequency - OAuth token expiration and refresh complexity 2. Installation and Setup Problems (Blocker) - Installation failures: Median install time: 3.2 hours - Very high frequency (~9+) - Docker setup broken: Defaults don't work out of the box - Very high frequency - Dependency conflicts: Particularly with node-gyp and native modules - Platform-specific setup issues (Windows, Linux, macOS variations) 3. Memory and Data Management (Blocker) - Memory compaction data loss: `memoryFlush` OFF by default - Very high frequency - Workspace .openclaw/extensions/ auto-loads and executes arbitrary code from cloned repositories (Issue #11031) - Long-Term Memory & Knowledge Management challenges (Issue #50096) - Session state persistence across restarts 4. Channel Plugin Issues (Blocker) - WhatsApp bans & linking: Baileys violates Meta ToS - Very high frequency - Telegram bot silent: "Online but receives no messages" - Very high frequency - Channel plugins disabled: Regression in v2026.2.22 - Very high frequency - Platform-specific channel issues (Feishu, Slack, Discord quirks) 5. Browser Control Problems (Blocker - Ubuntu specific) - Browser control fails: Snap Chromium AppArmor blocks CDP - Very high frequency on Ubuntu - Headless browser setup complexity - Cross-browser compatibility issues 6. Performance and Reliability Issues - Slow Ollama qwen3:14b prompt ingestion in long-context runs - Gateway startup slowness and restart loops - Memory leaks in long-running sessions - CPU usage spikes during intensive operations 7. Developer Experience Friction - Documentation fragmentation and gaps - Complex debugging due to distributed architecture - Limited local development tooling - Inconsistent error messaging and logging - Plugin development complexity and documentation 8. Security Concerns - Exposed gateways without proper hardening - API key leakage in logs and error messages - Authentication bypass vulnerabilities - Path traversal risks in file operations 9. Integration Challenges - Custom LLM provider integration complexity - Third-party service API changes breaking integrations - Webhook setup and verification difficulties - Proxy and firewall configuration complexity 10. Community and Contribution Barriers - High barrier to entry for new contributors - Complex PR review process - Limited guidance on contributing to core vs plugins - Inconsistent coding standards enforcement Specific GitHub Issues Highlighting Pain Points: - Issue #28561: Exec Secret Provider ignores timeoutMs and lacks flexible schema validation - Issue #11499: OpenClaw Model Retry Implementation problems - Issue #25007: Single openclaw.json config file is a single point of failure - Issue #11031: Workspace .openclaw/extensions/ auto-loads and executes arbitrary code - Issue #50096: Long-Term Memory & Knowledge Management challenges - Issue #32392: Native GitHub-as-Infrastructure Agent Deployment feature request Community Research Findings: The BlueBirdBack/openclaw-pain-points repository provides a community-driven analysis ranking pain points by frequency × severity. Key findings include: - Config/auth/state drift and installation failures are the top blockers - Memory compaction data loss causes significant user frustration - Channel-specific issues (Telegram, WhatsApp) are particularly pervasive - Docker setup problems affect a large portion of users attempting containerized deployment Recommended Focus Areas for Improvement: 1. Configuration System: Move away from single point of failure config, implement better validation 2. Installation Experience: Create streamlined, cross-platform installation methods 3. Memory Management: Improve memory compaction reliability and add better safeguards 4. Channel Stability: Focus on making core channels (Telegram, WhatsApp) more reliable 5. Developer Tooling: Improve local development experience, debugging, and testing 6. Documentation: Consolidate and improve documentation, especially for troubleshooting 7. Security: Implement better security practices and vulnerability scanning 8. Plugin System: Simplify plugin development and improve stability Conclusion: OpenClaw developers face significant challenges primarily around configuration management, installation complexity, and channel reliability. Addressing these core issues would substantially improve the developer experience and reduce friction for both new and experienced users. The community has actively identified and begun working on solutions for many of these pain points, indicating strong engagement and commitment to improvement. Sources Analyzed: - OpenClaw GitHub repository issues and discussions - BlueBirdBack/openclaw-pain-points community research - Various blog posts and community forums - Specific GitHub issues referenced in research ``` Known Issues or tricks or tips: Gemma 4 26b issues: https://www.reddit.com/r/LocalLLaMA/comments/1sconnk/gemma_4_26b_a4b_just_doesnt_want_to_finish_the/

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Google Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully