Skills in Claude: What are they, how do they work, and how to create them? A complete guide for developers

MarGib July 04, 2026
🌐 🇵🇱 Polski · 🇬🇧 EN

Skills in Claude are not just modules that extend the model's capabilities — they are the key to automation, personalization, and integration with external systems. From simple tools to complex workflows, they allow for the creation of solutions tailored to specific needs. If you are wondering how they work, how to build them, and what benefits they offer, this guide will provide you with all the necessary information — from technical aspects to practical examples.

Futurystyczny interfejs pulpitu z postacią asystenta AI Claude, otoczoną modułami skillów przedstawionymi jako świecące sześciokąty, połączonymi świetlnymi liniami. Na ekranie widoczne są pływające bloki danych, wykresy i loga API takich jak GitHub, Wikipedia i Slack. Tło stanowi minimalistyczne, cyberpunkowe środowisko z subtelnymi wzorami siatki i efektami holograficznymi, podkreślające zaawansowaną automatyzację i integrację narzędzi AI.
Claude skills interface – a visualization of AI tool integration and process automation in a modern digital environment.

Skills in Claude are a topic gaining importance alongside the growing demand for automation, personalization, and integration with external systems. Although Anthropic's documentation is not yet exhaustive, the gathered information allows us to understand how these tools function and what opportunities they open up for developers and users. In this article, we will examine the definition of skills, their types, the creation process, limitations, and practical applications.

What are skills in Claude and what is their function?

Skills in Claude are custom extensions that enable the model to perform tasks beyond standard text generation. Their primary function is interaction with external systems or the automation of specific processes. They can be divided into several categories depending on their purpose:

  • Tool Skills – used for calling external APIs, processing data, or manipulating files. An example could be a skill that fetches data from a spreadsheet or sends a message via Slack.
  • Conversation Skills – modify how Claude conducts a conversation by adding contextual questions or specialized responses. They can be used, for example, to create diagnostic assistants.
  • Integration Skills – connect multiple tools into one cohesive workflow, e.g., fetching data from an email, analyzing it, and generating a report in Excel.
  • Domain-Specific Skills – specialized in specific fields such as medicine, law, or engineering. An example could be a skill that interprets laboratory test results.

Although official Anthropic documentation does not specify whether skills operate exclusively in "tool use" mode or also within conversation, practical applications indicate that their functionality extends beyond simple text interactions. The developer documentation suggests that skills can be used both for process automation and for building more advanced user interfaces.

What benefits do skills offer to users and developers?

Introducing skills to the Claude ecosystem opens the door to a range of possibilities, both for regular users and for creators. Below are the most important benefits:

For end users

Skills allow for:

  • Automating repetitive tasks – e.g., generating invoices, reports, or specialized translations without human intervention.
  • Personalizing interactions – adjusting Claude's responses to specific needs, e.g., by using industry-specific vocabulary.
  • Faster data processing – analyzing large text sets, reviewing files, or manipulating data in real-time.
  • Integration with favorite tools – e.g., synchronization with Google Drive, Notion, or project management tools.

An example could be a skill for analyzing spreadsheet data, which automatically generates visualizations and summaries, saving the user hours of work. Another example is a skill for translating medical texts, which maintains terminological consistency through integration with industry dictionaries.

For developers

Creating skills opens up a range of business and technical opportunities for programmers:

  • Building your own ecosystems around Claude, e.g., by creating skills for specific industries or companies.
  • Monetizing skills – publishing skills in the Anthropic catalog or sharing them as open-source.
  • Collaboration with other creators – the ability to create complex workflows by combining multiple skills into one system.
  • Experimenting with new technologies – integration with external APIs, databases, or AI tools.

Types of skills and their practical applications

Skills in Claude can be classified not only by their functionality but also by how they interact with the user and the system. Below are the most popular types of skills along with examples of their applications.

Tool Skills

This is the most common type of skill, used for calling external APIs or performing specific tool-based actions. Their main advantage is the ability to integrate with virtually any external system.

Application examples:

  • Fetching data from APIs – e.g., a skill for searching information on Wikipedia, downloading currency exchange rates, or getting current news from an RSS API.
  • File manipulation – e.g., converting PDF documents to text, editing CSV files, or generating images based on data.
  • Interaction with cloud services – e.g., sending messages via Slack API, creating notes in Notion, or updating data in Google Sheets.
  • Automating administrative tasks – e.g., a skill for cleaning a database, archiving files, or sending reminders.

One of the most popular examples is an invoice generation skill, which pulls data from a spreadsheet, formats it, and returns a ready-to-use PDF document. Another example is an automatic text translation skill that integrates with APIs from services like DeepL or Google Translate.

Conversation Skills

These skills focus on modifying the way Claude conducts a conversation. They can add contextual questions, non-standard responses, or specialized interactions.

Application examples:

  • Diagnostic assistants – e.g., a skill for analyzing errors in Python code that suggests fixes and explains how they work.
  • Educational domain-specific skills – e.g., a skill for explaining quantum mechanics step-by-step, adjusted to the user's knowledge level.
  • Form-based skills – e.g., a skill for conducting surveys, gathering feedback, or performing job interviews.
  • Discussion skills – e.g., a skill for moderating debates, asking open-ended questions, or summarizing findings.

These types of skills are particularly useful in education, consulting, or technical support, where contextual interaction is key. An example could be a "Let me help you fix that Python code error" skill, which not only identifies the problem but also guides the user through the resolution process.

Integration Skills

These are skills that combine multiple tools into one cohesive workflow. Their task is to automate complex processes that would otherwise require manual intervention.

Application examples:

  • Automated reporting – e.g., a skill that weekly fetches data from several sources (e.g., CRM, Google Analytics, spreadsheet), analyzes it, and generates a report in PDF or PowerPoint format.
  • Project management – e.g., a skill that synchronizes tasks from Trello, Jira, and Google Calendar, automatically updating statuses and reminders.
  • Monitoring and alerts – e.g., a skill that checks the status of servers, databases, or cloud services and sends notifications in case of failure.
  • Personalized dashboards – e.g., a skill that fetches data from various sources and presents it in the form of a personalized control panel.

An example of such a skill could be "Scan my email, find invoices, and then generate a summary in Excel", which automates the accounting process. Another example is an automatic scheduling skill that takes into account user preferences, resource availability, and deadlines.

Domain-Specific Skills

These are skills specialized in specific fields such as medicine, law, finance, or engineering. Their task is to provide precise answers and analysis based on industry knowledge.

Application examples:

  • Medicine – e.g., a skill interpreting laboratory results, suggesting diagnoses, or explaining medical terminology.
  • Law – e.g., a skill for analyzing contracts, searching for legal precedents, or translating legal documents.
  • Finance – e.g., a skill for analyzing financial markets, generating investment forecasts, or calculating taxes.
  • Engineering – e.g., a skill for designing electronic circuits, calculating mechanical parameters, or generating technical documentation.

These types of skills require deep specialized knowledge and often integration with external databases or industry tools. An example could be a skill for interpreting ECG results, which analyzes electrocardiographic signals and suggests possible conditions.

How to create a skill in Claude? Step-by-step

The process of creating a skill in Claude involves several key stages, from defining the goal to testing and deployment. Below is a detailed guide based on available documentation and practical developer experience.

1. Defining the goal and scope of the skill

The first step is to clearly define the problem the skill is meant to solve. A well-defined goal allows you to avoid excessive complexity and focus on key functionalities.

Questions to ask yourself:

  • What specific problem should the skill solve?
  • Who will be the primary user of the skill?
  • What data will be needed for it to work?
  • What will be the expected results?

Example:

If the goal is to create a skill for automatic invoice generation, you must define:

  • Data source (e.g., a spreadsheet with customer data).
  • Output format (e.g., a PDF file with the invoice).
  • The person who will use the skill (e.g., an accountant).

2. Choosing technology and tools

The next step is choosing the right tools and technologies. The most commonly used for creating skills in Claude are:

  • Programming languages: Python (most popular), JavaScript, Go, or Ruby.
  • Libraries and frameworks:
    • For API calls: requests (Python), axios (JavaScript).
    • For data processing: pandas (Python), lodash (JavaScript).
    • For document generation: fpdf2 (Python), pdf-lib (JavaScript).
  • Development tools:
    • Development environment: VS Code, PyCharm, WebStorm.
    • Version control systems: Git, GitHub.
    • Testing: pytest (Python), Jest (JavaScript).
  • Documentation and SDK:

3. Designing the skill schema

Every skill must have a well-defined input and output schema. This allows for clear communication between the model and the skill and facilitates testing.

Example schema for a Wikipedia information search skill:

{
  "name": "wiki_search",
  "description": "Wyszukuje artykuł na Wikipedia i zwraca streszczenie.",
  "input_schema": {
    "type": "object",
    "properties": {
      "query": {"type": "string", "description": "Słowo kluczowe do wyszukania."}
    },
    "required": ["query"]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "summary": {"type": "string", "description": "Streszczenie znalezionego artykułu."},
      "url": {"type": "string", "description": "Link do artykułu."}
    }
  }
}

Key elements of the schema:

  • Skill name – unique identification.
  • Description – a brief explanation of what the skill is for.
  • Input Schema – definition of input data (e.g., parameters the user must provide).
  • Output Schema – definition of output data (e.g., the result of the skill's operation).

4. Implementing the skill

After designing the schema, you can proceed to implementation. Below is an example code for a skill that fetches data from the GitHub API (in Python):

import requests
import json

def github_search(query):
    url = f"https://api.github.com/search/repositories?q={query}"
    response = requests.get(url)
    if response.status_code == 200:
        data = response.json()
        return {
            "repositories": data.get("items", []),
            "count": data.get("total_count", 0)
        }
    else:
        return {"error": "Nie udało się pobrać danych z API GitHub."}

# Przykładowe użycie
if __name__ == "__main__":
    result = github_search("claude")
    print(json.dumps(result, indent=2))

Key elements of implementation:

  • Error handling – checking API response status and handling exceptions.
  • Data formatting – adjusting data structure to the schema.
  • Logging – recording information about skill actions for diagnostic purposes.

5. Testing the skill

Testing is a crucial stage that ensures the skill works as expected. The most commonly used methods are:

  • Unit tests – checking individual functions, e.g., whether the skill correctly fetches data from an API.
  • Integration tests – checking how the skill works in the context of the entire system, e.g., whether it communicates correctly with Claude.
  • Acceptance tests – validating whether the skill meets user expectations, e.g., through feedback from testers.
  • Performance tests – checking how the skill handles large datasets or high loads.

Example tests for the Wikipedia search skill:

import unittest
from unittest.mock import patch
import wiki_search

class TestWikiSearch(unittest.TestCase):
    @patch('requests.get')
    def test_wiki_search_success(self, mock_get):
        mock_get.return_value.status_code = 200
        mock_get.return_value.json.return_value = {
            "query": "Claude AI",
            "pages": {
                "123": {
                    "title": "Claude (AI assistant)",
                    "extract": "Claude is a family of..."
                }
            }
        }
        result = wiki_search.search("Claude AI")
        self.assertEqual(result["summary"], "Claude is a family of...")
        self.assertEqual(result["url"], "https://en.wikipedia.org/wiki/123")

    def test_wiki_search_failure(self):
        with self.assertRaises(Exception):
            wiki_search.search("invalid_query_12345")

if __name__ == "__main__":
    unittest.main()

6. Documentation

Documentation is essential so that other developers (or even the creator) can understand how the skill works. It should include:

  • Description of operation – what the skill does and what problems it solves.
  • Technical requirements – programming language, libraries, API keys.
  • Usage examples – how to call the skill and what data to expect in response.
  • Errors and limitations – potential problems and ways to solve them.
  • License – if the skill is shared publicly.

Example documentation structure:

# Skill: Wiki Search
## Opis
Pobiera streszczenie artykułu z Wikipedii na podstawie podanego zapytania.

## Wymagania
- Python 3.8+
- Biblioteka `requests`
- Klucz API (opcjonalnie, jeśli używane jest oficjalne API Wikipedii)

## Użycie
python
from wiki_search import search
result = search("Claude AI")
print(result["summary"])


## Błędy
- Jeśli zapytanie nie zwraca wyników, zwracany jest komunikat o błędzie.
- Limit zapytań do API: 50 zapytań na minutę.

## Licencja
MIT

7. Publishing and deployment

The final stage is publishing the skill, which can be done in several ways:

  • Local use – the skill runs only on the developer's machine and is not shared publicly.
  • Sharing in a test environment – e.g., via a sandbox provided by Anthropic (if available).
  • Publishing in the skills catalog – if Anthropic provides such an option, the skill can be added to the official catalog.
  • Sharing as open-source – e.g., on GitHub, so other developers can modify and expand it.

The publication process may require a review by the Anthropic team, especially if the skill is to be publicly available. Security and privacy requirements are strictly enforced.

Limitations and requirements for creating skills

Creating skills in Claude is not without its limitations. Below are the most important ones to keep in mind before starting work.

Execution time limit

Skills cannot run for longer than 30–60 seconds (time depends on configuration). This is important for skills that perform complex operations, e.g., analyzing large datasets.

Example:

If a skill fetches data from the GitHub API and processes it locally, you must ensure the entire process takes less than 30 seconds. Otherwise, Claude may terminate the skill's execution.

Response size limit

By default, skills can return data up to 10MB (for text data). This is an important limitation for skills generating large files, e.g., PDF reports with hundreds of pages.

Solution:

If a skill generates large files, consider saving them in an external system (e.g., Google Drive, Dropbox) and returning only the download link.

Network limitations

Skills cannot establish connections with local networks – they can only communicate with external APIs with public addresses. This is a security-related limitation.

Example:

If you want to create a skill to monitor the status of local servers, you must expose those servers publicly (e.g., via VPN or reverse proxy) or send data to an external intermediary system.

Security and privacy

All API calls must use the HTTPS protocol. Furthermore, storing user data without their consent is prohibited. Skills are subject to review by the Anthropic team before publication.

Example:

If a skill fetches data from an external API, ensure it uses an encrypted connection and does not store data locally.

Moderation and publishing policies

Skills are subject to review by Anthropic, which checks that they do not contain illegal, harmful, or privacy-violating content. Skill publication may take several days or weeks.

Example:

A skill for analyzing medical data must comply with data protection regulations (e.g., GDPR), even if it does not store user data.

Methods for deploying and testing skills

For a skill to work correctly, it must be properly deployed and tested. Below are the most effective methods to help you avoid common pitfalls.

Local environment

The simplest way to test a skill is to run it locally. This allows for rapid iteration and debugging.

Example workflow:

  1. Install the required libraries (e.g., pip install requests).
  2. Run the skill locally, e.g., by calling a function in Python.
  3. Test various scenarios (e.g., valid data, invalid data, timeouts).
  4. Check logs to identify potential issues.

Helper tools:

  • Postman – for testing APIs.
  • curl – for making HTTP requests from the command line.
  • VS Code with debugger – for step-by-step code analysis.

Sandbox and test environment

Anthropic may provide a test environment (sandbox) where developers can check how a skill works in the context of a conversation with the model. This is particularly useful for conversation skills.

Example of sandbox usage:

  1. Load the skill into the test environment.
  2. Conduct a simulated conversation with Claude using the skill.
  3. Check if the skill returns the expected responses and if the interaction is smooth.

Note: Access to the sandbox may require an invitation or registration in the Anthropic developer program.

User feedback

The ultimate test is checking how the skill works in real-world conditions. It is worth sharing it with a group of testers (e.g., colleagues, the open-source community) and gathering their opinions.

Example methods for gathering feedback:

  • Surveys – e.g., Google Forms with questions about the experience of using the skill.
  • Error logs – adding an error reporting mechanism within the skill itself.
  • Forum discussions – e.g., on GitHub or the AI community Discord.

Example:

If you created an invoice generation skill, ask accountants to test it and share their comments on usability and bugs.

Practical examples of skills – case studies

To better understand how skills work in practice, we will look at a few real-world examples of their application. Each illustrates how a simple idea can turn into a useful tool.

Example 1: Invoice generation skill

Goal: Automatically generate invoices based on data from a spreadsheet.

Technology: Python, Google Sheets API, fpdf2 library for PDF generation.

Workflow:

  1. User uploads a CSV file with customer and product data.
  2. Skill fetches data from the spreadsheet (e.g., Google Sheets).
  3. Based on a template, a PDF file with the invoice is generated.
  4. The invoice is sent to the user or saved in the cloud.

Benefits:

  • Time savings – no need for manual data entry.
  • Error reduction – automatic calculations and formatting.
  • Personalization – tailoring the invoice to the customer's needs.

Challenges:

  • Handling different file formats (CSV, XLSX).
  • Integration with accounting systems (e.g., QuickBooks).

Example 2: Specialized translation skill

Goal: Translate medical texts from English to Polish while maintaining terminology.

Technology: Python, DeepL/Google Translate API, medical dictionary (e.g., MeSH).

Workflow:

  1. User uploads text for translation.
  2. Skill analyzes the text for specialized terms.
  3. Terms are translated using the medical dictionary.
  4. The rest of the text is translated using a standard API.
  5. The result is returned to the user with highlighted terms.

Benefits:

  • Precision – maintaining terminological consistency.
  • Speed – translating large texts in seconds.
  • Accessibility – ability to translate texts unknown to doctors.

Challenges:

  • Keeping the medical dictionary up to date.
  • Supporting multiple target languages.

Example 3: Automated reporting skill

Goal: Generate weekly sales reports based on data from CRM and a spreadsheet.

Technology: Python, Salesforce API, matplotlib library for visualization.

Workflow:

  1. Skill fetches data from Salesforce (e.g., number of transactions, sales value).
  2. Data is combined with data from the spreadsheet (e.g., sales forecasts).
  3. A report is generated in PDF format with charts and a summary.
  4. The report is sent via email or saved in the cloud.

Benefits:

  • Automation – no need for manual report creation.
  • Consistency – always the same format and content.
  • Time savings – generating reports in minutes.

Challenges:

  • Integration with various CRM systems.
  • Handling multiple data formats (CSV, JSON, XML).

Summary: How to start creating skills in Claude?

Skills in Claude are a powerful tool that allows for automation, personalization, and integration with external systems. From simple tool skills to complex workflows, their possibilities are limited only by the developer's imagination. Below is a checklist to help you start working on your own skill:

  1. Define the goal – determine what problem your skill should solve.
  2. Choose technology – Python, JavaScript, or another programming language.
  3. Design the schema – define inputs, outputs, and skill functionality.
  4. Implement the code – write the functionality and error handling.
  5. Test locally – use tools like Postman or curl.
  6. Share in the sandbox – if available, check how the skill works with the model.
  7. Document – describe operation, requirements, and usage examples.
  8. Share publicly – publish in the skills catalog or as open-source.

Remember technical limitations and security – skills must run quickly, comply with privacy policies, and use encrypted connections. If you are ready to start your journey with creating skills, begin with a simple project, e.g., a skill for searching information on Wikipedia or automatic text translation. Each skill, even the simplest one, can open the door to more advanced solutions.

If you are interested in automation and AI architecture, we also recommend reading our other articles:

  • Designing workflows with Claude AI – a guide to agentic architecture and task automation.
  • Automating the fight against disinformation – how to combine AI tools with fact-checking systems.
  • Regular expressions in Excel – how to automate data cleaning without a headache.

Sources

Facebook X E-mail

Comments

Dodaj komentarz

Explore

Labels

news 11 Windows 10 browsers 10 Automation 9 Opera 9 Security 9 Technology 8 automation 8 facebook 8 web applications 8 Software 7 chrome 7 coaching 7 curiosities 7 technology 7 www 7 Docker 6 LLM 6 Microsoft 6 Mind 6 Programming 6 Web browser 6 entertainment 6 new technologies 6 Anthropic 5 Cybersecurity 5 God 5 OpenAI 5 Productivity 5 Red Hat 5 books 5 education 5 CentOS 4 ChatGPT 4 Claude 4 Claude AI 4 Open Source 4 RedHat 4 Ubuntu 4 Vivaldi 4 Windows 10 4 Windows system administration 4 algorithms 4 applications 4 containers 4 health 4 machine learning 4 people 4 photography 4 trivia 4 Administration 3 Android 3 BIG DATA 3 Business 3 FAQ 3 FIFA 3 Firefox 3 Google projects 3 Homelab 3 Local AI 3 Personal Development 3 Personal Finance 3 Privacy 3 Programs 3 bash 3 communication 3 computer science 3 cybersecurity 3 extensions 3 faith 3 future of work 3 games 3 good movie 3 help 3 human 3 interesting websites 3 interface 3 media 3 money 3 n8n 3 network 3 opensource 3 personal competencies 3 personal development 3 programming 3 psychology 3 reading 3 religion 3 security 3 system administration 3 tools 3 virtualization 3 web browser 3 websites 3 AI agents 2 AI assistant 2 AI ethics 2 Asus 2 Career 2 Centos 2 Cloud 2 Codex 2 Configuration 2 Debian 2 Debugging 2 DevOps 2 Docker Machine 2 Drones 2 Education 2 Free Red Hat 2 Guide 2 Hardware 2 Intel 2 Intelligence 2 Japan 2 JavaScript 2 Job Market 2 Kernel 2 Machine Learning 2 Medicine 2 Mythos 2 Netflix 2 Performance 2 Poland 2 Psychology 2 Puppeteer 2 Python 2 RHEL7 2 RSS 2 Rocky Linux 2 Sakana AI 2 Self-hosting 2 Servers 2 Software Engineering 2 Windows administration 2 Windows errors 2 ansible 2 better life 2 brain 2 chat 2 children 2 cloud storage 2 communicator 2 communities 2 computer intelligence 2 computers 2 conferences 2 creativity 2 curl 2 cyberattacks 2 data 2 death 2 documentary 2 earning 2 emotions 2 file storage 2 fix 2 free application 2 free courses 2 free knowledge from the internet 2 free training 2 genius 2 hacker 2 investments 2 knowledge 2 learning 2 local AI 2 mind manipulation 2 mind programming 2 mindfulness 2 mobile 2 mobile apps 2 mobile phones 2 motivation 2 movie 2 multimedia 2 open-source 2 personal thoughts 2 photos 2 plugin 2 podcast 2 privacy 2 prompt 2 shell 2 software 2 technological innovations 2 terminal 2 torrent 2 trick 2 wealth 2 weather 2 web 2 wisdom 2 youtube 2 (Treści etykiet nie zostały podane w treści wejściowej) 1 120B models 1 21st Century Skills 1 2FA 1 2nm processors 1 64 bit 1 7 1 ACT therapy 1 AGI 1 AI Agents 1 AI Frameworks 1 AI History 1 AI Safety 1 AI benchmarks 1 AI censorship 1 AI future 1 AI governance 1 AI in healthcare 1 AI in school 1 AI in sports 1 AI optimization 1 AI safety 1 AI superchips 1 AI tools 1 AIMP 1 AMD ROCm 1 API 1 Acquisition 1 Alan Watts 1 Alexander Gerst 1 AlmaLinux 1 Alpine Linux 1 Andrej Karpathy 1 Anonymous 1 Apache 1 Apple 1 Apple 2025 1 Apple Silicon 1 Aria AI 1 Audacity 4 1 AutoGen 1 Banking 1 Bash 1 Big Data 1 Bill Warner 1 Biotechnology 1 Black Mirror 1 Blackwell B100 1 Blockchain 1 Bonding 1 Bono 1 Business and Finance 1 C++ 1 CPU 1 CUA 1 CUDA 1 Career Development 1 Chat GPT 1 Chemtrails 1 ChildOnlineSafety 1 Claude Fable 1 Coaching 1 Computer-Using Agent 1 Constitutional AI 1 Copilot 1 Copilot for Finance 1 Couching 1 CrewAI 1 Cryptocurrencies 1 Cyberbullying 1 Dario Amodei 1 Darwin 1 Data Science 1 Deep Learning 1 DeepSeek 1 Deepseek 1 Deluge 1 Devin AI 1 Diagnostics 1 Digitalization 1 Docker containers 1 Drivers 1 Dystrybucje 1 EA GAMES 1 EA SPORTS 1 Earth AI 1 Economics 1 Email 1 Emigration 1 Enterprise Linux 1 Entrepreneurship 1 Error 1 European Funds 1 Excel 1 FIFA 16 1 Fable 1 Facebook 1 Fact-checking 1 Fake News 1 Flannel 1 Flynn Effect 1 Football 1 Foundation 1 Free 1 Free Software 1 Free software 1 Fugu Ultra 1 Future 1 Future of Finance 1 Future of Work 1 GDPR 1 GLM-5.2 1 GPT 1 GPT-4 1 GPT-4.5 1 GPU Cloud 1 GUI 1 Gemini 1 Generation Z 1 GitHub 1 Golden Gate 1 Google Assistant 1 Google Gemma 4 12B 1 Google Research 1 Google activity 1 GoogleFamilyLink 1 Got Talent 1 Gregory Kurtzer 1 Guides 1 HTML 1 Hardware Requirements 1 Health Intelligence 1 Hygge 1 IAM 1 IBM 1 IDE 1 IQ 1 ISIS 1 ISS 1 IT 1 IT history 1 Intelligent email 1 Internet Browser 1 Internet browser 1 InternetEducation 1 Interview 1 Islam 1 Islamic State 1 Jacquard 1 Jboss 1 Jetson Thor price 1 Joel Pearson 1 Kali Linux 1 Karen Hao 1 Khan Academy 1 Kylian Mbappé 1 LLM Deployment 1 Labor Market 1 Legal regulations 1 LibreOffice 1 Linux automation 1 Linux diagnostics 1 Linux system tools 1 Linux task management 1 Linux task scheduling 1 Logs 1 Londoners 1 MFA 1 MLX 1 Maps 1 MarGib_Film 1 Marek Jankowski 1 Mars helicopter 1 Material Design 1 Matt Pocock 1 Microsoft 365 1 Military 1 Mindfulness 1 Miłosz Brzeziński 1 Monitoring 1 MrBallen 1 My take 1 NATO 1 NTFS 1 NVIDIA 1 NVIDIA Blackwell 1 NVIDIA Jetson Thor 1 National security 1 Navy SEALs 1 Neural Networks 1 New 1 Nginx 1 No comment 1 Node.js 1 Non-profit 1 Notion 1 Nvidia 1 Odysseus 1 Opera Air 1 Opera Neon 1 Opera Touch 1 Operating Systems 1 P2P 1 PARP 1 Pac-Man 1 Pekao S.A 1 Peperclips 1 Perceptron 1 Personal development 1 Philosophy 1 Photoshop 1 Playwright 1 Poles 1 PostgreSQL 1 PowerShell 1 Project Maven 1 Project TANGO 1 Proton Drive 1 PyTorch 1 Qt Creator 1 Quotes 1 RHEL8 1 Raspberry PI 1 Raspberry Pi 1 Raspbian 1 Red Hat 8 1 Red Hat Enterprise Linux Developer Suite 1 RedHat 8 1 Regex 1 Robo-advisors 1 Rust 1 SMEs 1 SUSE 1 SafeInternet 1 SaferInternetDay 1 Safety 1 Sakana Fugu 1 Search 1 Sector 3.0 Festival 1 Security Auditing 1 September 23 2017 1 Server Administration 1 Smart City 1 Snip. 1 Social Media 1 Soli 1 Solo Projects 1 Solopreneurship 1 Something from myself 1 Sound 1 Sovereign AI 1 Sport 1 Steam Deck 1 SysAdmin 1 System Administration 1 Tech 1 Tech Weekly 1 TensorFlow 1 The Shack 1 Time Management 1 Tips 1 Tokenomics 1 Tools 1 Tribler 1 Tutorial 1 U.S. 1 U.S. government 1 U2 1 UI testing 1 USB 1 Ubuntu 26.04 1 Ubuntu Server 1 VentuSky 1 VirtualBox 1 Virtualization 1 WBC 1 WSL 3 1 WWDC 2026 1 WWDC26 1 Warsaw 1 Weave 1 Web Scraping 1 Websites 1 Windows update 1 Work 1 Workflow 1 World Cup 1 World Cup 2026 1 World Wide Web 1 X-Files 1 X-files 1 YouTube 1 ZUS 1 ZenFone 1 a drop of motivation 1 about this blog 1 account security 1 achieving goals 1 ad blocking 1 addiction 1 administrator 1 aids 1 animations 1 assertiveness 1 at one-time tasks 1 at vs cron 1 atd daemon 1 audio 1 audio editing 1 automateit 1 autonomous cars 1 awareness 1 bank 1 bash on windows 1 bat files 1 batch 1 battery 1 beliefs 1 beta 1 better living 1 better quality 1 big data 1 bin/bash 1 biodiversity 1 blocking 1 blogger 1 body language 1 bookmarks 1 boot 1 bootable usb 1 boxing 1 brain-computer interfaces 1 browser automation 1 business intelligence 1 c# 1 calc 1 campaign 1 cards 1 centralized platforms 1 chemistry 1 clearance 1 cli tools 1 clothing industry 1 cmd 1 code editor 1 cognitive psychology 1 coldplay 1 command history 1 command line 1 command prompt 1 comments 1 computer interaction 1 concentration 1 configuration management 1 conntrack 1 console 1 conspiracy 1 conspiracy theories 1 controversial 1 converter 1 corporate world 1 cost optimization 1 courage 1 courses 1 courses for free 1 critical thinking 1 dark mode 1 data security 1 date and time 1 deep learning 1 democracy 1 design systems 1 developer tools 1 digital clothing 1 digitalization 1 disqus 1 document 1 document conversion 1 dreams 1 drop of motivation 1 dubai 1 dying 1 e-book 1 eBPF 1 economy 1 ecosystem restoration 1 elections 1 end of the world 1 end of world 1 energy 1 energy efficiency 1 environment and health 1 ethical AI 1 evolution 1 excel 1 exploitation 1 extreme 1 file sharing 1 file size 1 film zone 1 flash drive 1 flat earth 1 flying 1 food 1 football 1 for sale 1 format change 1 free 1 free software 1 friend location 1 future of education 1 future of humanity 1 future of transport 1 future skills 1 game 1 geoengineering 1 google chat 1 graphics 1 graphics editors 1 growing up 1 hacking 1 happiness 1 hard-link 1 hashing 1 hedonic adaptation 1 helion 1 history 1 hobby 1 home hosting 1 hostname 1 hostnamectl 1 how many people live on earth 1 humanity 1 humor 1 iOS 1 iPhone 18 Pro 1 iPhone launch 1 iftop 1 immortality 1 influencer criticism 1 infrastructure 1 innovation 1 installation 1 integrations 1 intelligence 1 internet applications 1 investigative journalism 1 investing 1 javascript 1 job market 1 kuba wojewódzki 1 labor market 1 language models 1 light 1 login 1 loop-audit 1 loop-cost 1 loop-init 1 macOS 1 magic 1 make life harder 1 making money 1 markdown 1 markitdown 1 material design 1 meditation 1 memory 1 messenger 1 meteorology 1 microsoft 1 microtargeting 1 mobile applications 1 mobile photography 1 mounting 1 mp3 player 1 music 1 music player 1 mysteries 1 national defense 1 nature conservation 1 net use 1 nethogs 1 network monitoring 1 network resources 1 network security 1 networking 1 neurobiology 1 neuropsychology 1 neurotechnology 1 new life 1 new player 1 new things 1 nftables 1 office 1 onboarding 1 one-time cron 1 onestep4red 1 online 1 online courses 1 open source 1 operating systems 1 outage 1 paper clips 1 paradox of the fulfilled dream 1 parenting 1 parents 1 password 1 password change 1 password policy 1 password recovery 1 password security 1 pdf 1 penetration testing 1 performance 1 perseverance 1 personal data 1 philosophy 1 phishing 1 php 1 plague 1 player 1 poison 1 police 1 predictions 1 promissory notes 1 protection 1 questions 1 radar 1 red 1 regulations 1 relax 1 relaxation 1 remote work 1 reportage 1 rest 1 risk 1 robotaxi 1 root 1 routing 1 satellite data 1 science 1 scientific facts 1 scraping 1 screen 1 screenshot 1 self-development 1 series 1 show 1 skills 1 skydive 1 sleep 1 small big company 1 smart clothing 1 smartphone 1 smartphones 1 social engineering 1 social media 1 society 1 space 1 sport 1 sports 1 spreadsheet 1 stalking 1 statistics 1 streaming 1 sub-millimeter sensor 1 success 1 symbolic link 1 syngrapha 1 system acceleration 1 tablet 1 talk show 1 technical documentation 1 technology regulations 1 television 1 terrorism 1 testing 1 the world in numbers 1 threats 1 time management 1 time travel 1 timelapse 1 tips 1 two-factor authentication 1 ubuntu 1 upbringing 1 users 1 viral 1 virtualbox 1 walking 1 walking meetings 1 weather forecasting 1 webmaster 1 windows automation 1 word processing 1 work 1 work automation 1 world 1 world cup 2026 1 world wide web 1 you are a miracle 1 zeitgeist 1

Blog archive

Table of contents